summaryrefslogtreecommitdiffstats
path: root/main/acf-fetchmail/APKBUILD
blob: a71a68a9133da3259347ca8b8bf6d11aa06d8ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-fetchmail
pkgver=0.4.2
pkgrel=1
pkgdesc="A web-based system administration interface for fetchmail"
url="http://git.alpinelinux.org/cgit/acf-fetchmail"
arch="noarch"
license="GPL-2"
depends="acf-core lua fetchmail"
makedepends=""
install=
subpackages=""
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"

package() {
	cd "$srcdir/$pkgname-$pkgver"

	make DESTDIR="$pkgdir" install

}

md5sums="bfa66c719cfbc6075e4773311730318b  acf-fetchmail-0.4.2.tar.bz2"