Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions srcpkgs/buildah/template
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
# Template file for 'buildah'
pkgname=buildah
version=1.37.0
revision=3
version=1.45.0
revision=1
build_style=go
go_import_path=github.com/containers/buildah
go_import_path=go.podman.io/buildah
go_package="${go_import_path}/cmd/buildah"
go_build_tags=containers_image_ostree_stub
go_build_tags="seccomp"
hostmakedepends="pkg-config go-md2man"
makedepends="libostree-devel libbtrfs-devel device-mapper-devel gpgme-devel
libassuan-devel libseccomp-devel"
makedepends="libbtrfs-devel gpgme-devel libassuan-devel libseccomp-devel"
depends="runc containers.image containers.storage containers-common"
short_desc="Dockerfile compatible OCI image building tool"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://buildah.io/"
changelog="https://raw.githubusercontent.com/containers/buildah/main/CHANGELOG.md"
distfiles="https://github.com/containers/buildah/archive/refs/tags/v${version}.tar.gz"
checksum=f59adef68d88f21efc022f60c09cd084c4fd68a72f0282df09514fb0431069d9
distfiles="https://github.com/podman-container-tools/buildah/archive/refs/tags/v${version}.tar.gz"
checksum=d2bc03332c9f6ad5fcc210c68ad3190fe11d358214c88fb12a233f5045d5eddd

# tests require access to privileged container operations
make_check=no

post_build() {
make -C docs GOMD2MAN=go-md2man
Expand Down