16 lines
426 B
Bash
16 lines
426 B
Bash
# Template file for 'dsvpn'
|
|
pkgname=dsvpn
|
|
version=0.1.4
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Dead simple VPN"
|
|
maintainer="Piraty <piraty1@inbox.ru>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/jedisct1/dsvpn"
|
|
distfiles="https://github.com/jedisct1/dsvpn/archive/${version}.tar.gz"
|
|
checksum=b98604e1ca2ffa7a909bf07ca7cf0597e3baa73c116fbd257f93a4249ac9c0c5
|
|
|
|
do_install() {
|
|
vbin dsvpn
|
|
vlicense LICENSE
|
|
}
|