void-packages/srcpkgs/containers-common/template

19 lines
609 B
Bash

# Template file for 'containers-common'
pkgname=containers-common
version=0.56.0
revision=1
build_style=gnu-makefile
make_build_args="-C docs"
make_install_args="-C docs"
hostmakedepends="go-md2man"
short_desc="Docs and configs shared by podman, buildah, and skopeo"
maintainer="Cameron Nemo <cam@nohom.org>"
license="Apache-2.0"
homepage="https://github.com/containers/common"
distfiles="https://github.com/containers/common/archive/v${version}.tar.gz"
checksum=a981ff8746cf193fda0caccb9cd0deac121e334dfa0de6f441ad7ebb267f1109
post_install() {
vinstall pkg/seccomp/seccomp.json 0644 usr/share/containers
}