contrib/wg/Pkgfile

18 lines
362 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
2019-04-19 22:33:42 +02:00
version=20190406
2016-11-29 02:08:15 +01:00
release=1
2016-12-22 00:04:33 +01:00
source=(https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.${version}.tar.xz)
2016-11-29 02:08:15 +01:00
build() {
2016-12-22 00:04:33 +01:00
cd WireGuard-0.0.$version/src/tools
2016-11-29 02:08:15 +01:00
make
make DESTDIR=$PKG install
}