# Description: wireguard user-space utility # URL: https://wireguard.io # Maintainer: Thomas Penteker, tek at serverop dot de # Depends on: libmnl name=wg version=20170115 release=1 source=(https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.${version}.tar.xz) build() { cd WireGuard-0.0.$version/src/tools make make DESTDIR=$PKG install }