# Compiling Time: 0.15 SBU # Maintainer: Anthony Jorion # Contributor: Priyank Gosalia pkgname=varnish pkgver=4.1.3 pkgrel=1 pkgdesc="Varnish is an high-performance HTTP accelerator." url="http://varnish-cache.org/" depends=('pcre') makedepends=('docutils') groups=('network-extra') archs=('i686' 'x86_64') source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz" $pkgname.service $pkgname.conf) up2date=("Flasttar https://varnish-cache.org/releases/") sha1sums=('7b51fa30eac60601b8527a25b25a0100b6c02de1' \ '5278161f50c5053ab11268a1edf209a38b56a1a4' \ 'f3f8293aa460d1fa7a0b73db2b896a4bfeb71699') _F_systemd_units=($pkgname=) Finclude systemd build() { Fbuild # Copy the configuration file Fmkdir /etc Fcp varnish.conf /etc/ Ffile /lib/systemd/system/$pkgname.service Fgenscriptlet } # optimization OK