void-packages/srcpkgs/tinc/template
maxice8 5cb5c5d9d4
tinc: update to 1.0.34.
Closes #36.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-17 09:13:51 +02:00

16 lines
465 B
Bash

# Template file for 'tinc'
pkgname=tinc
version=1.0.34
revision=1
build_style=gnu-configure
makedepends="zlib-devel lzo-devel libressl-devel"
short_desc="VPN (Virtual Private Network) daemon"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2.0-or-later"
homepage="http://www.tinc-vpn.org"
distfiles="${homepage}/packages/${pkgname}-${version}.tar.gz"
checksum=c03a9b61dedd452116dd9a8db231545ba08a7c96bce011e0cbd3cfd2c56dcfda
post_install() {
vsv tincd
}