contrib/wg/Pkgfile
2019-03-19 04:15:19 +01: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=20190227
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
}