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
}
sha512sums="fda9cd828b8ebbfda54145d3a02ea5272c448220906a3f92ac40538561c6153f3fdf1eea3971c8da91a1b3fbdbaf63c55e0141a6016ade2bb7565c4ccf6c37c4 main.vcl"