23 lines
710 B
Bash
23 lines
710 B
Bash
# Template file for 'wireguard-tools'
|
|
pkgname=wireguard-tools
|
|
version=1.0.20210424
|
|
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"
|
|
checksum=b288b0c43871d919629d7e77846ef0b47f8eeaa9ebc9cedeee8233fc6cc376ad
|
|
make_dirs="/etc/wireguard 0700 root root"
|
|
|
|
post_extract() {
|
|
sed -i 's/^CFLAGS /override &/' ${build_wrksrc}/Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vsv wireguard
|
|
}
|