summaryrefslogtreecommitdiffstats
path: root/extra/acf-fetchmail/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/acf-fetchmail/APKBUILD')
-rw-r--r--extra/acf-fetchmail/APKBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/acf-fetchmail/APKBUILD b/extra/acf-fetchmail/APKBUILD
deleted file mode 100644
index c4638e34..00000000
--- a/extra/acf-fetchmail/APKBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
-pkgname=acf-fetchmail
-pkgver=0.4.0
-pkgrel=0
-pkgdesc="A web-based system administration interface for fetchmail"
-url="http://git.alpinelinux.org/cgit/acf-fetchmail"
-license="GPL-2"
-depends="acf-core lua fetchmail"
-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="71c9d1245d4fa700e452e7a728ab42a8 acf-fetchmail-0.4.0.tar.bz2"