2020-11-20 16:31:49 +00:00
|
|
|
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
|
|
|
pkgname=darkhttpd-redxen-openrc
|
2020-12-07 15:46:31 +00:00
|
|
|
pkgver=2020.12.7
|
|
|
|
pkgrel=1
|
2020-11-20 16:31:49 +00:00
|
|
|
pkgdesc="DarkHTTPD service files"
|
|
|
|
url="https://git.redxen.eu/RedXen"
|
|
|
|
arch="noarch"
|
|
|
|
license="none"
|
|
|
|
depends="openrc"
|
|
|
|
options="!check"
|
|
|
|
source="
|
2020-12-07 15:46:31 +00:00
|
|
|
runfile
|
2020-11-20 16:31:49 +00:00
|
|
|
conffile
|
|
|
|
"
|
|
|
|
builddir="$srcdir"
|
|
|
|
|
|
|
|
package() {
|
2020-12-07 15:46:31 +00:00
|
|
|
install -Dm755 runfile "$pkgdir"/etc/init.d/darkhttpd.redxen
|
|
|
|
install -Dm644 conffile "$pkgdir"/etc/conf.d/darkhttpd.redxen
|
2020-11-20 16:31:49 +00:00
|
|
|
}
|
|
|
|
|
2020-12-07 15:46:31 +00:00
|
|
|
sha512sums="dd792892588e03cef4a36bb8e81297990884298d8a2bc1c14ae2d8986a0a17af8d15bf3fb4e1830d22b154dc00591d884e20da915f51fd8ecf3b05b6c92dc7d4 runfile
|
2020-11-20 16:31:49 +00:00
|
|
|
094af8b7d1707ec9e85a614821262685dbdfc96538da6449970c231c3b8ecc0d9ac80002ed945d93c3a161321c9d85e51d5ef0ad44a03aaee547956a6bdad95b conffile"
|