void-packages/srcpkgs/tuntox/template

26 lines
790 B
Bash

# Template file for 'tuntox'
pkgname=tuntox
version=0.0.10.1
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.0-or-later"
homepage="https://github.com/gjedeer/tuntox"
changelog="https://github.com/gjedeer/tuntox/releases"
distfiles="https://github.com/gjedeer/tuntox/archive/${version}.tar.gz"
checksum=7f04ccf7789467ff5308ababbf24d44c300ca54f4035137f35f8e6cb2d779b12
system_accounts="tuntox"
make_dirs="/etc/tuntox 0700 tuntox tuntox"
do_install() {
vbin tuntox_nostatic tuntox
vbin scripts/tokssh
vsv tuntox
vdoc "${FILESDIR}/README.voidlinux"
}