2019-12-31 13:24:02 +00:00
|
|
|
# Template file for 'wireguard-tools'
|
|
|
|
pkgname=wireguard-tools
|
2020-02-06 17:12:18 +00:00
|
|
|
version=1.0.20200206
|
2019-12-31 13:24:02 +00:00
|
|
|
revision=1
|
|
|
|
build_wrksrc="src"
|
|
|
|
build_style=gnu-makefile
|
|
|
|
make_install_args="WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes"
|
|
|
|
depends="openresolv"
|
|
|
|
short_desc="Fast, modern, secure VPN tunnel - userland tools"
|
|
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
|
|
license="GPL-2.0-only"
|
|
|
|
homepage="https://www.wireguard.com/"
|
|
|
|
distfiles="https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-${version}.tar.xz"
|
2020-02-06 17:12:18 +00:00
|
|
|
checksum=f5207248c6a3c3e3bfc9ab30b91c1897b00802ed861e1f9faaed873366078c64
|
2019-12-31 13:24:02 +00:00
|
|
|
make_dirs="/etc/wireguard 0700 root root"
|
|
|
|
|
|
|
|
post_extract() {
|
|
|
|
sed -i 's/^CFLAGS /override &/' ${build_wrksrc}/Makefile
|
|
|
|
}
|