# Template file for 'runc' pkgname=runc version=1.1.12 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 " 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=47d9e34500e478d860512b3b646724ee4b9e638692122ddaa82af417668ca4d7 post_build() { make man } post_install() { make install-man PREFIX="${DESTDIR}/usr" }