New package: openfortivpn-1.10.0

This commit is contained in:
Duncaen 2019-07-30 20:57:04 +02:00
parent d80cf81922
commit 3a8aa23c56

View file

@ -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 <duncaen@voidlinux.org>"
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
}