# Contributor: kohnish # Contributor: Michał Polański # Maintainer: kohnish pkgname=buildah pkgver=1.20.1 pkgrel=0 pkgdesc="tool that facilitates building OCI container images" url="https://github.com/containers/buildah" license="Apache-2.0" arch="all" depends="shadow-uidmap fuse-overlayfs slirp4netns containers-common" makedepends="go go-md2man lvm2-dev gpgme-dev libseccomp-dev btrfs-progs-dev bash" subpackages="$pkgname-doc" options="!check" # TODO: enable tests source="https://github.com/containers/buildah/archive/v$pkgver/buildah-$pkgver.tar.gz" # secfixes: # 1.19.4-r0: # - CVE-2021-20206 # 1.14.4-r0: # - CVE-2020-10696 build() { GIT_COMMIT="$pkgver" make } package() { GIT_COMMIT="$pkgver" make install PREFIX=/usr DESTDIR="$pkgdir" } sha512sums="22495d9f0da1d6061ddb41e4cecfdb2108c152262798d6c959fc524870160f15ee486bcc37e262e571c64dc732e852f05e6c4b9331bbdef4150bd56997fefa83 buildah-1.20.1.tar.gz"