blob: 17536e76cb69530e34ce8ee60ea3feb9bfdfc4fc (
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.2
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="7719a46325568d65984e031ca8af89c4 acf-alpine-baselayout-0.12.2.tar.xz"
sha256sums="84a64591e164b46d0a0ffcdee8b9bde496db67ed88b45b2122d132034f1e4825 acf-alpine-baselayout-0.12.2.tar.xz"
sha512sums="e324998389e2976ef1bd1052a90e90e8414c6f8592de1d5866237f83a8d80ba9e0ec38fba2c77a5b604260bc401dea6804176c3d4bd5eb6fcd130839bcec32bb acf-alpine-baselayout-0.12.2.tar.xz"
|