1
0
forked from ports/contrib

wg: initial import

This commit is contained in:
Thomas Penteker 2016-11-29 02:08:15 +01:00
parent 2f37097a51
commit c51b7af3be
3 changed files with 25 additions and 0 deletions

7
wg/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wg
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/wg.8.gz

1
wg/.md5sum Normal file
View File

@ -0,0 +1 @@
031f76e990a649b6ab0185ad9848f88c WireGuard-experimental-0.0.20161116.1.tar.xz

17
wg/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# 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
}