15 lines
603 B
Bash
15 lines
603 B
Bash
# Template file for 'vpn-slice'
|
|
pkgname=vpn-slice
|
|
version=0.16.1
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-dnspython python3-setproctitle iproute2"
|
|
short_desc="Vpnc-script replacement for an easy split-tunnel VPN setup"
|
|
maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/dlenski/vpn-slice"
|
|
distfiles="https://github.com/dlenski/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=ecdb1c434c611427447b4884ea46845584ab08e40687e3dd4ffbdb7cd9bbcbde
|
|
make_check=no # there aren't any tests defined
|