# Contributor: Luis Ressel # Maintainer: Luis Ressel pkgname=wireguard-tools pkgver=1.0.20191226 pkgrel=0 pkgdesc="Userland tools for the WireGuard VPN" url="https://www.wireguard.com/" arch="all" options="!check" # no test suite license="GPL-2.0-only" depends="bash iproute2" makedepends="libmnl-dev" subpackages="$pkgname-bash-completion:bashcomp:noarch $pkgname-doc" source="https://git.zx2c4.com/$pkgname/snapshot/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" make RUNSTATEDIR=/run -C src } package() { cd "$builddir" make WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes DESTDIR="$pkgdir" -C src install } bashcomp() { depends="$pkgname" pkgdesc="$pkgdesc (Bash completion)" mkdir -p "$subpkgdir/usr/share" mv "$pkgdir/usr/share/bash-completion" "$subpkgdir/usr/share/" } sha512sums="e6b7fc34f9517efc830b751e054e811acdd7f210e8f68b5ad5a503ee0c081bcb1a65e64e82a0b66ddfea9ef3ea0ca3210d5620c278d1b17442e233be1734ef03 wireguard-tools-1.0.20191226.tar.xz"