contrib/wg/Pkgfile

18 lines
390 B
Plaintext
Raw Normal View History

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