aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine-make-rootfs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/alpine-make-rootfs/APKBUILD')
-rw-r--r--community/alpine-make-rootfs/APKBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/alpine-make-rootfs/APKBUILD b/community/alpine-make-rootfs/APKBUILD
deleted file mode 100644
index 1914a65b319..00000000000
--- a/community/alpine-make-rootfs/APKBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# Contributor: Jakub Jirutka <jakub@jirutka.cz>
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-pkgname=alpine-make-rootfs
-pkgver=0.5.1
-pkgrel=0
-pkgdesc="Make customized Alpine Linux rootfs (base image) for containers"
-url="https://github.com/alpinelinux/alpine-make-rootfs"
-arch="noarch"
-license="MIT"
-depends="tar"
-source="$pkgname-$pkgver.tar.gz::https://github.com/alpinelinux/$pkgname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-options="!check" # no suitable tests provided
-
-package() {
- cd "$builddir"
- make install DESTDIR="$pkgdir" PREFIX=/usr
-}
-
-sha512sums="d2c98c3fc69b4f61d798714711b668da7abafb111846a0a8d4cbcf1003a2b677a18ad9cfa3565a0f2cb0a74a2f30f485786310a8e09ff942037bf60d88bf3245 alpine-make-rootfs-0.5.1.tar.gz"