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

build() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="c83e92a4de0be7892e2709c914b4b5ab  acf-alpine-conf-0.4.0.tar.bz2"