Created
March 25, 2020 03:42
-
-
Save catvec/9a689b770d628161317e3ea1ac133e1d to your computer and use it in GitHub Desktop.
Void linux Crun package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Template file for 'crun' | |
pkgname=crun | |
version=0.13 | |
revision=1 | |
build_style=gnu-configure | |
configure_args="--disable-systemd" | |
makedepends="python3 libcap-devel libseccomp-devel yajl-devel pkg-config" | |
short_desc="Fast and low-memory footprint OCI Container Runtime fully written in C" | |
maintainer="Noah Huppert <[email protected]>" | |
license="GPL-2.0" | |
homepage="https://github.com/containers/crun" | |
distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz" | |
checksum=a7a9f458fa4c13fc63f8e74c6ce660f9c439022cd50b4a00902c258ef08e75ff | |
do_install() { | |
vlicense COPYING | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment