16 lines
426 B
Bash
16 lines
426 B
Bash
# Template file for 'dsvpn'
|
|
pkgname=dsvpn
|
|
version=0.1.3
|
|
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=47de11a47f1acb27be770f22e0487e8247df03600c5446864bf19f347c7cb2f3
|
|
|
|
do_install() {
|
|
vbin dsvpn
|
|
vlicense LICENSE
|
|
}
|