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

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

	make DESTDIR="$pkgdir" install

}

md5sums="210380314bad365a594cd756b50372d1  acf-fetchmail-0.9.0.tar.xz"
sha256sums="a816772326da864f229526d9c0637c50bbc6caa622ae884326d399a338ccaf49  acf-fetchmail-0.9.0.tar.xz"
sha512sums="7cf3fdb81305fcd29333051d5e199d31f7b0527bacf69ddb20dd301bedb3ac19b4b12374e24136a1c37626a2081d222e75f880c7c9fb8d0aa26e33191476a9ad  acf-fetchmail-0.9.0.tar.xz"