aports/software-configs/hitch-redxen-config/APKBUILD

24 lines
597 B
Plaintext
Raw Normal View History

2020-10-31 15:34:48 +00:00
# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=hitch-redxen-config
pkgver=1
pkgrel=0
pkgdesc="Hitch frontend configuration"
url="https://git.redxen.eu/RedXen"
arch="noarch"
license="none"
depends="hitch"
source="main.conf"
options="!check" # Certificate is not included in package
check() {
hitch -t --config main.conf
}
package() {
install -Dm644 main.conf "$pkgdir"/etc/hitch/main.conf
}
2020-10-31 15:55:26 +00:00
sha512sums="b830c09953bd4908fd9d69c5e386b0f314b87d44bf2c19dcfa2bb5f790a842d617888e4c47802eaab8bea676bd1d060bae47965ac0946bbb9b5dc95ca990d01d main.conf"