2020-10-31 15:34:48 +00:00
|
|
|
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
2020-12-18 20:50:42 +00:00
|
|
|
pkgname=redxen-config-varnish
|
2020-12-07 15:46:31 +00:00
|
|
|
pkgver=2020.12.7
|
2020-10-31 15:34:48 +00:00
|
|
|
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-11-01 14:28:32 +00:00
|
|
|
sha512sums="6674a942017c0f1be2ff6eefb9f2a92a0f7d615e4ce367e880bceef0ec2646f3aac4180f2bb32557ac9ae8590b02882d05afbc7478bee9069a8138945e6835fc main.vcl"
|