26 lines
934 B
Plaintext
26 lines
934 B
Plaintext
|
# Contributor: Alex Denes <caskd@redxen.eu>
|
||
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
||
|
pkgname=darkhttpd-redxen-openrc
|
||
|
pkgver=1
|
||
|
pkgrel=0
|
||
|
pkgdesc="DarkHTTPD service files"
|
||
|
url="https://git.redxen.eu/RedXen"
|
||
|
arch="noarch"
|
||
|
license="none"
|
||
|
depends="openrc"
|
||
|
options="!check"
|
||
|
source="
|
||
|
runfile-$pkgname-$pkgver.$pkgrel.initd::https://git.alpinelinux.org/aports/plain/main/darkhttpd/darkhttpd.initd
|
||
|
conffile
|
||
|
"
|
||
|
provides="darkhttpd-openrc"
|
||
|
builddir="$srcdir"
|
||
|
|
||
|
package() {
|
||
|
install -Dm755 "runfile-$pkgname-$pkgver.$pkgrel.initd" "$pkgdir"/etc/init.d/darkhttpd
|
||
|
install -Dm644 conffile "$pkgdir"/etc/conf.d/darkhttpd
|
||
|
}
|
||
|
|
||
|
sha512sums="4f7a720f05642b26bc2e2254098033e943856986a7da4a607fe8633fcf9d9c763c3e35de98ceb16fe8d88c2e288a54d62a1bd643009a119a77f4d48b95254ebb runfile-darkhttpd-redxen-openrc-1.0.initd
|
||
|
094af8b7d1707ec9e85a614821262685dbdfc96538da6449970c231c3b8ecc0d9ac80002ed945d93c3a161321c9d85e51d5ef0ad44a03aaee547956a6bdad95b conffile"
|