summaryrefslogtreecommitdiffstats
path: root/main/acf-pingu/APKBUILD
blob: ed009a323e8fbf03276e14e6569f3f03e6bcb5d1 (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-pingu
pkgver=0.2.1
pkgrel=1
pkgdesc="A web-based system administration interface for pingu"
url="http://git.alpinelinux.org/cgit/acf-pingu"
arch="noarch"
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="0b74aea2e06e157b6a26d52f56e37f89  acf-pingu-0.2.1.tar.bz2"