summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5625a1d4ba051026a74da75995470a9d1c2d617f (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=('4ddfddced7457650f24e04509b492eaa63b5e6cdbef75aff2552d4704f66fec9')

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