aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-alpine-conf/APKBUILD
blob: 005ba62d3ccefc852853640c5639869fee0ef643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-alpine-conf
pkgver=0.9.0
pkgrel=3
pkgdesc="A web-based system administration interface for alpine-conf"
url="http://git.alpinelinux.org/cgit/acf/acf-alpine-conf"
arch="noarch"
license="GPL2"
depends="acf-core lua-posix libressl"
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="fefbe7df6e9a2157539e5a2050ba9fc9  acf-alpine-conf-0.9.0.tar.xz"
sha256sums="d162b517cc7cba804a1f8132dac7846f29b246da5f1e6ca6c4f9e665291d3165  acf-alpine-conf-0.9.0.tar.xz"
sha512sums="a018089b1ada43270ff2e10eecc83e0a56289e722de52344a3a0acac2b74914165a23aea4602ad48b1748af4873c36d2f61d5fbaae578f1d3749a82a41d5f03c  acf-alpine-conf-0.9.0.tar.xz"