void-packages/srcpkgs/strongswan/template

20 lines
620 B
Bash

# Template file for 'strongswan'
pkgname=strongswan
version=5.3.4
revision=2
build_style=gnu-configure
configure_args="--disable-static"
depends="iproute2 sqlite"
makedepends="gmp-devel"
conf_files="/etc/*.conf /etc/strongswan.d/*.conf /etc/strongswan.d/charon/*.conf"
short_desc="IPsec-based VPN solution, supporting IKEv1/IKEv2 and MOBIKE"
maintainer="Toyam <Vaelatern@gmail.com>"
license="GPL-2"
homepage="http://www.strongswan.org/"
distfiles="http://download.strongswan.org/${pkgname}-${version}.tar.bz2"
checksum=938ad1f7b612e039f1d32333f4865160be70f9fb3c207a31127d0168116459aa
post_install() {
vsv strongswan
}