contrib/wg/Pkgfile
2019-04-19 22:33:42 +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=20190406
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
}