25 lines
588 B
Plaintext
25 lines
588 B
Plaintext
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
|
pkgname=redxen-config-lighttpd
|
|
pkgver=2020.12.11
|
|
pkgrel=0
|
|
pkgdesc="LigHTTPd configuration"
|
|
url="https://git.redxen.eu/RedXen"
|
|
arch="noarch"
|
|
license="none"
|
|
depends="lighttpd"
|
|
source="
|
|
main.conf
|
|
"
|
|
|
|
package() {
|
|
install -dm755 "$pkgdir"/http
|
|
install -Dm440 main.conf "$pkgdir"/etc/lighttpd/redxen/main.conf
|
|
}
|
|
|
|
check() {
|
|
lighttpd -f main.conf -t
|
|
}
|
|
|
|
sha512sums="c6157585741c20022f7cd520db0c1066aae9e6d59be165d49bfd9d3b57fdc1abed681ba067470d01f2b4f22c8c99da466976e4bf28d9d881811aac2d04494cca main.conf"
|