summaryrefslogtreecommitdiffstats
path: root/main/acf-dovecot/APKBUILD
blob: 2bb03693e0ef5d1f9a51c7902850685aaa5781f3 (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-dovecot
pkgver=0.2.1
pkgrel=1
pkgdesc="A web-based system administration interface for dovecot"
url="http://git.alpinelinux.org/cgit/acf-dovecot"
arch="noarch"
license="GPL-2"
depends="acf-core lua dovecot"
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="4e218a704b4ff3af4765d011787e29f3  acf-dovecot-0.2.1.tar.bz2"