New package: containers-common-0.55.2

This commit is contained in:
Cameron Nemo 2023-07-17 18:21:15 -07:00 committed by Duncaen
parent eda704eba4
commit 95b07bb717
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 18 additions and 0 deletions

View File

@ -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 <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=997529c8aed1b6b71ff732d0cb75e67560222012402a3715ccab765b92ce0479
post_install() {
vinstall pkg/seccomp/seccomp.json 0644 usr/share/containers
}