mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: dsvpn-0.1.0
This commit is contained in:
parent
aaf1457f8b
commit
719faa3bf9
1 changed files with 16 additions and 0 deletions
16
srcpkgs/dsvpn/template
Normal file
16
srcpkgs/dsvpn/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'dsvpn'
|
||||||
|
pkgname=dsvpn
|
||||||
|
version=0.1.0
|
||||||
|
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=97bf922c957827b01123796c7089ad4c8b84f0ef6ae4f600ace21fe07598b46f
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin dsvpn
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue