# Contributor: kohnish # Contributor: Michał Polański # Maintainer: Michał Polański pkgname=crun pkgver=0.20 pkgrel=0 pkgdesc="Fast and lightweight fully featured OCI runtime and C library for running containers" url="https://github.com/containers/crun" arch="all" license="GPL-2.0-or-later AND LGPL-2.1-or-later" 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 \ --prefix=/usr \ --disable-systemd make } check() { make tests/tests_libcrun_errors.log } package() { make DESTDIR="$pkgdir" install } sha512sums=" 19adb5cc5a340444b1a9f5c892bfa9b5453a113e29086c3575d188c6c94a0037830f9a046bccd11c01b6babcb8c3698a4e66f7ab108bead3155f25e6abeaf844 crun-0.20.tar.xz "