void-packages/srcpkgs/tuntox/template

24 lines
684 B
Bash

# Template file for 'tuntox'
pkgname=tuntox
version=0.0.8
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="toxcore-devel libevent-devel libsodium-devel"
make_build_args="tuntox_nostatic"
short_desc="Tunnel TCP connections over the Tox protocol"
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
license="GPL-3"
homepage="https://github.com/gjedeer/tuntox"
distfiles="https://github.com/gjedeer/tuntox/archive/${version}.tar.gz"
checksum=86e8c45d712b4327ef02d32474f5748e2244e6c38ae8c20ed211af3808328c9b
system_accounts="tuntox"
make_dirs="/etc/tuntox 0700 tuntox tuntox"
do_install() {
vbin tuntox_nostatic tuntox
vbin scripts/tokssh
vsv tuntox
}