summaryrefslogtreecommitdiffstats
path: root/testing/acf-fetch-crl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/acf-fetch-crl/APKBUILD')
-rw-r--r--testing/acf-fetch-crl/APKBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/acf-fetch-crl/APKBUILD b/testing/acf-fetch-crl/APKBUILD
deleted file mode 100644
index 3728292fd..000000000
--- a/testing/acf-fetch-crl/APKBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
-pkgname=acf-fetch-crl
-pkgver=0.2.0
-pkgrel=0
-pkgdesc="A web-based system administration interface for fetch-crl"
-url="http://git.alpinelinux.org/cgit/$pkgname"
-license="GPL-2"
-depends="acf-core lua fetch-crl"
-makedepends=""
-install=
-subpackages=""
-source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-
-}
-
-md5sums="d8789ef066ac41abd0db69a8ec470540 acf-fetch-crl-0.2.0.tar.bz2"