void-packages/srcpkgs/runc/template

26 lines
778 B
Bash

# Template file for 'runc'
pkgname=runc
version=1.1.13
revision=1
build_style=go
go_import_path=github.com/opencontainers/runc
go_build_tags="seccomp apparmor"
go_ldflags="-X main.version=${version}"
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"
changelog="https://github.com/opencontainers/runc/raw/main/CHANGELOG.md"
distfiles="https://github.com/opencontainers/runc/releases/download/v${version}/runc.tar.xz"
checksum=d20e76688ce0681dc687369e18b47aeffcfdac5184c978befa7ce5da35e797fe
post_build() {
make man
}
post_install() {
make install-man PREFIX="${DESTDIR}/usr"
}