1 # Maintainer: Morten Linderud <foxboron@archlinux.org>
2 # Contributor: hexchian <i at hexchain dot org>
7 pkgdesc="A fast and lightweight fully featured OCI runtime and C library for running containers"
8 url="https://github.com/containers/crun"
11 provides=('oci-runtime')
12 depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp' 'criu')
13 makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
14 source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
15 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
16 sha256sums=('0d2475d1dbcfed224f21e740782c7a7c45c53444eb7b84a493764e2a0ee36166'
26 --with-python-bindings
32 make DESTDIR="$pkgdir" install