void-packages/srcpkgs/runc/template
2021-08-30 10:13:09 -03:00

24 lines
664 B
Bash

# Template file for 'runc'
pkgname=runc
version=1.0.2
revision=1
build_style=go
go_import_path=github.com/opencontainers/runc
go_build_tags="seccomp apparmor"
hostmakedepends="pkg-config go-md2man"
makedepends="libseccomp-devel"
short_desc="CLI tool for spawning and running OCI containers"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/opencontainers/runc"
distfiles="https://github.com/opencontainers/runc/releases/download/v${version}/runc.tar.xz"
checksum=740acb49e33eaf4958b5109c85363c1d3900f242d4cab47fbdbefa6f8f3c6909
post_build() {
make man
}
post_install() {
make install-man PREFIX="${DESTDIR}/usr"
}