contrib/wg/Pkgfile
2017-03-29 00:15:02 +02:00

18 lines
362 B
Plaintext

# Description: wireguard user-space utility
# URL: https://wireguard.io
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libmnl
name=wg
version=20170324
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
}