mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
21 lines
713 B
Text
21 lines
713 B
Text
# Contributor: Ted Trask <ttrask01@yahoo.com>
|
|
# Maintainer: Ted Trask <ttrask01@yahoo.com>
|
|
pkgname=acf-lighttpd
|
|
pkgver=0.6.0
|
|
pkgrel=4
|
|
pkgdesc="Web-based system administration interface for lighttpd"
|
|
url="https://gitlab.alpinelinux.org/acf/acf-lighttpd"
|
|
arch="noarch"
|
|
license="GPL-2.0-only"
|
|
options="!check" # no test suite
|
|
depends="acf-core lighttpd"
|
|
source="https://gitlab.alpinelinux.org/acf/acf-lighttpd/-/archive/v$pkgver/acf-lighttpd-v$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-v$pkgver"
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
a6c0693f29894486c902512c670caf16d49e5082bba993de560b8c5f388ab174f4db366a9e591aede6523a1216adec8c64cbfa511cce2fa6f184913b238b6010 acf-lighttpd-v0.6.0.tar.gz
|
|
"
|