summaryrefslogtreecommitdiffstats
path: root/extra/acf-pingu/APKBUILD
blob: 9efbf5b9a3e5cb7bc07c31ba9894be7743c360fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Michael Mason <ms13sp@gmail.com>
pkgname=acf-pingu
pkgver=0.2.0
pkgrel=0
pkgdesc="A web-based system administration interface for pingu"
url="http://git.alpinelinux.org/cgit/acf-pingu"
license="GPL-2"
depends="acf-core lua pingu"
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="db13e3b589995915a3f7cbc41ce02a4a  acf-pingu-0.2.0.tar.bz2"