summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5a3007e4817c157a3704c7b36fe81d1f7273aa42 (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.6.7
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.6.7/kraftkit_0.6.7_linux_arm64.tar.gz")
sha256sums_aarch64=('eb78fe0f47bc8619c9f38e184b866416c8792de983efe98d6b4d439a7e0ebd93')

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

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