# Template file for 'containers-common'
pkgname=containers-common
version=0.66.1
revision=1
build_wrksrc=common
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="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/containers/container-libs"
changelog="https://github.com/containers/container-libs/tags"
distfiles="https://github.com/containers/container-libs/archive/refs/tags/common/v${version}.tar.gz"
checksum=d008a3cc50d6f68fe84f139081c811384223665c273a520bee174f5b9f2f48af

post_install() {
	vinstall pkg/seccomp/seccomp.json 0644 usr/share/containers
}
