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

20 lines
569 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=varnish-redxen-config
pkgver=1
pkgrel=0
pkgdesc="Varnish cache frontend configuration"
url="https://git.redxen.eu/RedXen"
arch="noarch"
license="none"
source="main.vcl"
depends="varnish"
options="!check" # Varnish doesn't have a way to test configs
package() {
install -Dm644 main.vcl "$pkgdir"/etc/varnish/main.vcl
}
2020-10-31 15:55:26 +00:00
sha512sums="9347cd8ba1f420397661aa5388cd29ee9ab8a5c170355b49dbff8878234c6c160ef5229a57eaaaeae880b4ddb7b0f17da557e53c082fbabb09c0e2048e0be045 main.vcl"