25 lines
696 B
Bash
25 lines
696 B
Bash
# Template file for 'openfortivpn'
|
|
pkgname=openfortivpn
|
|
version=1.12.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=ecad7d9998ee1be6cd263637333568f9b9fa72ba51f329a937f9e7db4bb3168a
|
|
|
|
conf_files="/etc/openfortivpn/config"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|