diff --git a/srcpkgs/openfortivpn/template b/srcpkgs/openfortivpn/template new file mode 100644 index 00000000000..f46f64ec7f3 --- /dev/null +++ b/srcpkgs/openfortivpn/template @@ -0,0 +1,24 @@ +# Template file for 'openfortivpn' +pkgname=openfortivpn +version=1.10.0 +revision=1 +build_style=gnu-configure +configure_args=" + --enable-proc + --with-ppp=/usr/bin/ppp + --with-pppd=/usr/bin/pppd + --with-rt_dst" +hostmakedepends="autoconf automake pkg-config" +makedepends="libressl-devel" +short_desc="Client for PPP+SSL VPN tunnel services" +maintainer="Duncaen " +license="GPL-3.0-or-later" +homepage="https://github.com/adrienverge/openfortivpn" +distfiles="https://github.com/adrienverge/openfortivpn/archive/v${version}.tar.gz" +checksum=d6ea0c84c0cf811530073fa19865334bb42ab10a780157fe95c4efb3476ad58d + +conf_files="/etc/openfortivpn/config" + +pre_configure() { + autoreconf -fi +}