testing/crun: new aport

This commit is contained in:
kohnish@gmx.com 2019-12-29 20:43:26 +00:00 committed by Leo
parent c1b05e2c27
commit 7ab52eddc7

27
testing/crun/APKBUILD Normal file
View File

@ -0,0 +1,27 @@
# Contributor: kohnish <kohnish@gmx.com>
# Maintainer: kohnish <kohnish@gmx.com>
pkgname="crun"
pkgver="0.11"
pkgrel=0
pkgdesc="crun is a command line utility that performs various operations on container images and image repositories."
url="https://github.com/containers/crun"
arch="all"
license="GPL-3.0-only"
makedepends="libcap-dev libseccomp-dev yajl-dev argp-standalone python3 go-md2man"
subpackages="$pkgname-doc $pkgname-static"
source="https://github.com/containers/crun/releases/download/$pkgver/crun-$pkgver.tar.xz"
build() {
./configure --disable-systemd --prefix=/usr
make
}
check() {
make tests/tests_libcrun_errors.log
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="170fe5148af06862c02f070c351f18446097e939e19320585078cd9a5e075c6ef06c2e5e64d394b784b9c3f2fae68d72b2a3dcf78041cc8899bb64045dc72cff crun-0.11.tar.xz"