a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
28 lines
775 B
Bash
28 lines
775 B
Bash
# Template file for 'vpn-ws'
|
|
pkgname=vpn-ws
|
|
version=0.2
|
|
revision=7
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
makedepends="openssl-devel"
|
|
short_desc="VPN system over webhooks"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/unbit/vpn-ws"
|
|
distfiles="https://github.com/unbit/vpn-ws/archive/v${version}.tar.gz"
|
|
checksum=f35d16d192ef333390ccc7d342df4392676a86502fa087f310eab9758afd565a
|
|
patch_args=-Np0
|
|
|
|
CFLAGS+=" -Wno-stringop-truncation -fcommon"
|
|
|
|
# no install target in the Makefile
|
|
do_install() {
|
|
vbin vpn-ws
|
|
vbin vpn-ws-client
|
|
vdoc README.md
|
|
vdoc tutorials/ubuntu_trusty_nginx_bridge_client_certificates.md
|
|
# not example config, but close enough
|
|
vsconf clients/vpn.pl
|
|
vsconf clients/vpn_linux_tornado.py
|
|
vlicense LICENSE
|
|
}
|