pkgname = "buildah" pkgver = "1.41.5" pkgrel = 1 build_style = "go" make_build_args = ["./cmd/..."] hostmakedepends = [ "go", "pkgconf", ] makedepends = [ "btrfs-progs-devel", "gpgme-devel", "libseccomp-devel", "linux-headers", "lvm2-devel", "sqlite-devel", ] depends = [ "cni-plugins", "containers-common", "oci-runtime", "slirp4netns", ] go_build_tags = [ "libsqlite3", "seccomp", ] pkgdesc = "OCI image building tool" license = "Apache-2.0" url = "https://buildah.io" source = ( f"https://github.com/containers/buildah/archive/refs/tags/v{pkgver}.tar.gz" ) sha256 = "4bd94a16c612f493ce57557e21a58cb7e6427311e6e758484c18cd7e44276c43" # needs subid config in the chroot options = ["!check"]