diff options
| author | kohnish@gmx.com <kohnish@gmx.com> | 2019-12-29 20:43:26 +0000 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-30 02:24:31 +0100 |
| commit | 7ab52eddc798ec59b1a89d22e47e75abc0224974 (patch) | |
| tree | a9e925e75674231891e7510880725e04a0190e7b /testing | |
| parent | c1b05e2c272c77b79dacd5e4d6ee2f8bb269b0ff (diff) | |
| download | aports-7ab52eddc798ec59b1a89d22e47e75abc0224974.tar.bz2 aports-7ab52eddc798ec59b1a89d22e47e75abc0224974.tar.xz | |
testing/crun: new aport
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/crun/APKBUILD | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/crun/APKBUILD b/testing/crun/APKBUILD new file mode 100644 index 0000000000..bb95ad754f --- /dev/null +++ b/testing/crun/APKBUILD @@ -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" |
