summaryrefslogtreecommitdiffstats
path: root/extra/acf-pingu/APKBUILD
blob: 9262d482a5dfd99706dc20128ce31902283a5424 (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.1.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="df1c849d63896a4efa3ff796395ee392  acf-pingu-0.1.0.tar.bz2"