aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-core/APKBUILD
blob: beca1fd64a3d5d53a4597a6099c9b098cc8c4b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-core
pkgver=0.17.0
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://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
	mkdir -p "$pkgdir"/etc/acf/skins
}
md5sums="ebce67adef27a5a19563b98973dfe480  acf-core-0.17.0.tar.xz"
sha256sums="b0db0035af7f19c2dc087d1aba0ae178939ba52a4169a176f678babb905d391c  acf-core-0.17.0.tar.xz"
sha512sums="4b92d32b0ebbbdb0a859e0e0ae4fb1f279774bfc462f7560e1679eab04721671e5751e648569235527a61b86a2ccdeec2d9b297a21ef6c0ee0e7582c20bdfa6f  acf-core-0.17.0.tar.xz"