summaryrefslogtreecommitdiffstats
path: root/main/acf-postfix/APKBUILD
blob: e3a8c297ff115e0641eeb8bfd5bb3620013e3da2 (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-postfix
pkgver=0.8.0
pkgrel=0
pkgdesc="A web-based system administration interface for postfix"
url="http://git.alpinelinux.org/cgit/acf-postfix"
arch="noarch"
license="GPL-2"
depends="acf-core lua postfix"
makedepends=""
install=
subpackages=""
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

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

	make DESTDIR="$pkgdir" install

}

md5sums="d02eff9388d2c3cee0e29bf9c512a6a7  acf-postfix-0.8.0.tar.xz"
sha256sums="bd153f670eb613a37daf423f977b7d22b441df28b13ef7429faf2e7383b2e26c  acf-postfix-0.8.0.tar.xz"
sha512sums="2fe1788f719cc9b9a76689ad9a250ced6ebd22fcf8f5e3c4ada8a98ced243e81e6499d3b91af00ea8843bc27683eb6a1ccdc7556610b10e7fa4a986ccf75e30c  acf-postfix-0.8.0.tar.xz"