summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ec4cdb46f272611e7944b9ad98be9976f2080ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Alexander Jung <alex at unikraft dot io>

pkgname='kraftkit-bin'
pkgver=0.7.1
pkgrel=1
pkgdesc='Build and use highly customized and ultra-lightweight unikernels'
url='https://kraftkit.sh'
arch=('aarch64' 'x86_64')
license=('BSD-3-Clause')
provides=('kraftkit')
conflicts=('kraftkit')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/unikraft/kraftkit/releases/download/v0.7.1/kraft_0.7.1_linux_arm64.tar.gz")
sha256sums_aarch64=('e24f0f86d2df6a7f3861e258664c3b1d90baac98426a427df8ca58fcb3289c0c')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/unikraft/kraftkit/releases/download/v0.7.1/kraft_0.7.1_linux_amd64.tar.gz")
sha256sums_x86_64=('46f786fb39ec2ee5516b4c9467d58a01c0bcf98053b88034e8458c13c621ed68')

package() {
  # bin
  install -Dm755 "${srcdir}/kraft" "${pkgdir}/usr/bin/kraft"
  # license
  install -Dm644 "${srcdir}/LICENSE.md" "${pkgdir}/usr/share/licenses/kraftkit/LICENSE"
}