aboutsummaryrefslogtreecommitdiffstats
path: root/testing/crun/APKBUILD
blob: 170c4884fe7f11ef6edeabaf18f84e91991a4be0 (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
26
27
# Contributor: kohnish <kohnish@gmx.com>
# Maintainer: kohnish <kohnish@gmx.com>
pkgname=crun
pkgver=0.12.2.1
pkgrel=0
pkgdesc="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="3543ee4df4ba6b933b3a4e1310262fa2cdfbd96af2e07045eb551338305b4b622af649087f1abc23f3a29cd385a3d4926004488ab01180d96fb79c4d918c2d99  crun-0.12.2.1.tar.xz"