diff --git a/srcpkgs/containers-common/template b/srcpkgs/containers-common/template new file mode 100644 index 00000000000..f5d1a21e1d1 --- /dev/null +++ b/srcpkgs/containers-common/template @@ -0,0 +1,18 @@ +# Template file for 'containers-common' +pkgname=containers-common +version=0.55.2 +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 " +license="Apache-2.0" +homepage="https://github.com/containers/common" +distfiles="https://github.com/containers/common/archive/v${version}.tar.gz" +checksum=997529c8aed1b6b71ff732d0cb75e67560222012402a3715ccab765b92ce0479 + +post_install() { + vinstall pkg/seccomp/seccomp.json 0644 usr/share/containers +}