void-packages/srcpkgs/openfortivpn/template

28 lines
837 B
Bash

# Template file for 'openfortivpn'
pkgname=openfortivpn
version=1.14.1
revision=2
build_style=gnu-configure
configure_args="
--enable-proc
--disable-resolvconf
--with-ppp=/usr/bin/ppp
--with-pppd=/usr/bin/pppd
--with-resolvconf=/usr/bin/resolvconf
--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"
changelog="https://github.com/adrienverge/openfortivpn/raw/master/CHANGELOG.md"
distfiles="https://github.com/adrienverge/openfortivpn/archive/v${version}.tar.gz"
checksum=bc62fc6ecaaa6c6f8f2510e14a067a0cb9762158d9460c04555990bba44b50ca
conf_files="/etc/openfortivpn/config"
pre_configure() {
autoreconf -fi
}