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
}
sha512sums="0fc54fbc598b49d7d21cd536a96f0995b2abca1fe12fe13ca6d8b5d944de2ebcfba18a652633fd02b902b8c2621ed3cea001b6ef5555d68d6250dba23496741f main.conf"