void-packages/srcpkgs/buildah/template
2020-06-23 19:54:38 +02:00

34 lines
1 KiB
Bash

# Template file for 'buildah'
pkgname=buildah
version=1.15.0
revision=1
build_style=go
go_import_path=github.com/containers/buildah
go_package="${go_import_path}/cmd/buildah"
go_build_tags=containers_image_ostree_stub
hostmakedepends="pkg-config go-md2man"
makedepends="libostree-devel libbtrfs-devel device-mapper-devel gpgme-devel
libassuan-devel libseccomp-devel"
depends="runc containers.image"
short_desc="Dockerfile compatible OCI image building tool"
maintainer="Cameron Nemo <cnemo@tutanota.com>"
license="Apache-2.0"
homepage="https://github.com/containers/buildah"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ffa3b84f3ef1cc482a3e9e27e8f7417e4dd5c70bee7c6208155b9e2039b1d606
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="invalid operation: st.Type == _cgroup2SuperMagic (mismatched types int32 and int64)"
fi
post_build() {
make -C docs GOMD2MAN=go-md2man
}
post_install() {
vinstall contrib/completions/bash/buildah 644 /usr/share/bash-completion/completions
for _i in docs/*.1; do
vman $_i
done
}