forked from ports/contrib
wg: initial import
This commit is contained in:
parent
2f37097a51
commit
c51b7af3be
7
wg/.footprint
Normal file
7
wg/.footprint
Normal 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
1
wg/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
031f76e990a649b6ab0185ad9848f88c WireGuard-experimental-0.0.20161116.1.tar.xz
|
17
wg/Pkgfile
Normal file
17
wg/Pkgfile
Normal 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
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user