# Contributor: kohnish # Maintainer: kohnish 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"