From 8680cc8b74d2afca2fb17ed3553a74220dff225b Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Thu, 19 Mar 2020 18:15:37 +0600 Subject: [PATCH] New package: crun-0.14.1 --- srcpkgs/crun/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/crun/template diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template new file mode 100644 index 00000000000..599f7075ab2 --- /dev/null +++ b/srcpkgs/crun/template @@ -0,0 +1,22 @@ +# Template file for 'crun' +pkgname=crun +version=0.14.1 +revision=1 +build_style=gnu-configure +configure_args="--prefix=/usr --enable-dynamic --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 " +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=e4424c3a3d194aac36ad79fcaa111f18c26335e35abd88b200f55bfa216df527 + +if [ "$XBPS_TARGET_LIBC" = "musl" ]; then + makedepends+=" argp-standalone" +fi + +post_install() { + rm -f ${DESTDIR}/usr/lib/*.a +}