From 95b07bb717731ef4b7a7eeaa57ed0a1d6c838294 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Mon, 17 Jul 2023 18:21:15 -0700 Subject: [PATCH] New package: containers-common-0.55.2 --- srcpkgs/containers-common/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/containers-common/template 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 +}