parent
832ac0f0a2
commit
6d11ea5f69
1 changed files with 22 additions and 0 deletions
22
srcpkgs/crun/template
Normal file
22
srcpkgs/crun/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue