# Contributor: kohnish # Contributor: Michał Polański # Maintainer: Michał Polański pkgname=crun pkgver=0.20.1 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=" 196f5c6d20a4efef2a17f6b7ad6754c7111d6565c6bacc9fcc2495516d66882ddba20df136a84adf89fbf6b46b5869125121828117a0b2bcfe32a47610ee450a crun-0.20.1.tar.xz "