contrib/wg/Pkgfile
2017-07-15 21:12:39 +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=20170706
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
}