# Template file for 'containers.image' pkgname=containers.image version=5.24.2 revision=1 conf_files="/etc/containers/registries.conf /etc/containers/policy.json" hostmakedepends="go-md2man" short_desc="Configuration shared by podman, buildah, and skopeo" maintainer="Cameron Nemo " license="Apache-2.0" homepage="https://github.com/containers/image" distfiles="https://github.com/containers/image/archive/v${version}.tar.gz" checksum=9ddc18a58bbec6de2854e858341c77aebf5a2afe49d00a7288d4e6cfe7732047 do_build() { mkdir -p build for doc in docs/*.*.md; do docbase="${doc##*/}" go-md2man -in "${doc}" -out "build/${docbase/.md/}" done } do_install() { for man in build/*; do vman "${man}" done vinstall registries.conf 0644 etc/containers vinstall "${FILESDIR}/policy.json" 0644 etc/containers }