void-packages/srcpkgs/containers-common/template

20 lines
677 B
Bash

# Template file for 'containers-common'
pkgname=containers-common
version=0.60.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"
changelog="https://github.com/containers/common/releases"
distfiles="https://github.com/containers/common/archive/refs/tags/v${version}.tar.gz"
checksum=c9f9a2ba78c69234b78d4b168bb2f70e3459e66d7931e68fde449af9b52e0062
post_install() {
vinstall pkg/seccomp/seccomp.json 0644 usr/share/containers
}