aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-alpine-baselayout/APKBUILD
blob: bad166ad7f63b75f5bc77698013e89bd50485436 (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-alpine-baselayout
pkgver=0.12.0
pkgrel=0
pkgdesc="A web-based system administration interface for alpine-baselayout"
url="http://git.alpinelinux.org/cgit/acf-alpine-baselayout"
arch="noarch"
license="GPL-2"
depends="acf-core lua lua-json4 lua-posix"
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}

md5sums="db08996a344a589a8b75be11e973994b  acf-alpine-baselayout-0.12.0.tar.xz"
sha256sums="7262b026c62db79fa42f400361ecd7bad84dd886ba4f19b90df3a6b8814ed97d  acf-alpine-baselayout-0.12.0.tar.xz"
sha512sums="6b3d6ec5824fe15173bd3ac665e3ac23bebed3b66dcd99ef125bf0ddee6277ee199640d0ec69904400c8a363162bfe619ae5f80bcd749b140420f5c6f252eedd  acf-alpine-baselayout-0.12.0.tar.xz"