vp-build/srcpkgs/openfortivpn/template

25 lines
696 B
Bash

# Template file for 'openfortivpn'
pkgname=openfortivpn
version=1.11.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=95db77566376f4504547b6407b249f007f2edf63b85ffe999436a999569645b6
conf_files="/etc/openfortivpn/config"
pre_configure() {
autoreconf -fi
}