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

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

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

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