void-packages/srcpkgs/fastd/template
2015-02-26 17:05:37 +01:00

27 lines
806 B
Plaintext

# Template file for 'fastd'
pkgname=fastd
version=16
revision=5
build_style=cmake
hostmakedepends="cmake pkg-config bison"
makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel"
short_desc="Fast and Secure Tunneling Daemon"
maintainer="Enno Boland <eb@s01.de>"
license="BSD"
homepage="https://projects.universe-factory.net/projects/fastd"
distfiles="http://git.universe-factory.net/fastd/snapshot/fastd-${version}.tar"
checksum=156b64c8f1acd5e8e42abec069e0ad4caa8c01d9fcd374cb6b494c75268ee046
configure_args="ENABLE_LTO=ON"
conf_files="
/etc/fastd/secret.conf
/etc/fastd/fastd.conf"
make_dirs="/etc/fastd/peers 755 root root"
post_install() {
vmkdir etc/fastd
vinstall ${FILESDIR}/fastd.conf 644 etc/fastd
vinstall ${FILESDIR}/secret.conf 600 etc/fastd
vsv fastd
vman doc/fastd.1
}