New package: crun-0.15

Closes: #20212 [via git-merge-pr]
This commit is contained in:
Imran Khan 2020-03-19 18:15:37 +06:00 committed by Duncaen
parent 832ac0f0a2
commit 6d11ea5f69
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 22 additions and 0 deletions

22
srcpkgs/crun/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'crun'
pkgname=crun
version=0.15
revision=1
build_style=gnu-configure
configure_args="--disable-systemd"
hostmakedepends="pkg-config libtool python3 go-md2man"
makedepends="libcap-devel libseccomp-devel yajl-devel"
short_desc="Lightweight OCI runtime written in C"
maintainer="Imran Khan <imrankhan@teknik.io>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://github.com/containers/crun"
distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz"
checksum=5f88f6c6a951473406700fbf634e665dc75596a032b06bf9c91911cd999347a0
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" argp-standalone"
fi
post_install() {
rm -f ${DESTDIR}/usr/lib/*.a
}