aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-core/APKBUILD
blob: 95aa5e9ed3a4236577e1295290cde16665bcd5ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-core
pkgver=0.16.3
pkgrel=0
pkgdesc="A web-based system administration interface framework"
url="http://git.alpinelinux.org/cgit/acf-core"
arch="noarch"
license="GPL-2"
install="$pkgname.post-upgrade"
depends="acf-jquery acf-lib acf-skins haserl lua lua-posix lua-md5 lua-json4 lua-subprocess"
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="484c6271eaa20f344a3ca5572ebe33cb  acf-core-0.16.3.tar.bz2"
sha256sums="e9167494429fd3a13e3462054a566c3a948361cb97be545e5d7004168b2b7311  acf-core-0.16.3.tar.bz2"
sha512sums="e65f85063ce6771fa7f0168932e0eb607e22eb4725424bc6c45ca1b9d4f3967408a1b31b90e67ccf2b9ffde0ed8281841977f35c560c271c6df76d7d86bd16b5  acf-core-0.16.3.tar.bz2"