aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorkohnish@gmx.com <kohnish@gmx.com>2019-12-29 18:35:54 +0000
committerLeo <thinkabit.ukim@gmail.com>2019-12-30 01:21:24 +0100
commit848dc7286e6a4b65d6b2e5a39dbc477d8c16205f (patch)
tree1af6260b87eea86f3a0436198e5730e53de34401 /testing
parent4d0e758a1e15e6920339597775dace599d263cfa (diff)
downloadaports-848dc7286e6a4b65d6b2e5a39dbc477d8c16205f.tar.bz2
aports-848dc7286e6a4b65d6b2e5a39dbc477d8c16205f.tar.xz
testing/buildah: new aport
Diffstat (limited to 'testing')
-rw-r--r--testing/buildah/APKBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/buildah/APKBUILD b/testing/buildah/APKBUILD
new file mode 100644
index 0000000000..b5513d66ae
--- /dev/null
+++ b/testing/buildah/APKBUILD
@@ -0,0 +1,23 @@
+# Contributor: kohnish <kohnish@gmx.com>
+# Maintainer: kohnish <kohnish@gmx.com>
+pkgname="buildah"
+pkgver="1.12.0"
+pkgrel=0
+pkgdesc="Buildah - a tool that facilitates building Open Container Initiative (OCI) container images"
+url="https://github.com/containers/buildah"
+arch="all"
+license="Apache-2.0"
+makedepends="go go-md2man lvm2-dev gpgme-dev libseccomp-dev btrfs-progs-dev"
+subpackages="$pkgname-doc"
+options="!check" # TODO: enable tests
+source="$pkgname-$pkgver.tar.gz::https://github.com/containers/buildah/archive/v$pkgver.tar.gz"
+
+build() {
+ GIT_COMMIT="$pkgver" make
+}
+
+package() {
+ GIT_COMMIT="$pkgver" make install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+sha512sums="ed7d77dfe88f613ef4f756455d889d707707ad16f8f6a9b514a8fbaabb56fef58db54ceb2344954a9311bcc6f1f000b21ac461f9b612b8534ae6a4594ad7a16d buildah-1.12.0.tar.gz"