aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-alpine-baselayout/APKBUILD
blob: 7b1850c003620b885df6ab7593c6514d34eb44d2 (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.13.1
pkgrel=1
pkgdesc="A web-based system administration interface for alpine-baselayout"
url="http://git.alpinelinux.org/cgit/acf/acf-alpine-baselayout"
arch="noarch"
license="GPL2"
depends="acf-core 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="2748c87eb87ec1ce647baaea385505bf  acf-alpine-baselayout-0.13.1.tar.xz"
sha256sums="f047cedab4adc4f0e6278a3e7650d53a3b3adf6425731c7103b3b207e53a2b19  acf-alpine-baselayout-0.13.1.tar.xz"
sha512sums="b89e92bd4700477612483ebe4e6ea73b1132424b03a0d8e8a3676fa19578f8665b353475701900eb6c76a07c37fde20f02bc21da194498887249c54852a3fbfd  acf-alpine-baselayout-0.13.1.tar.xz"