# Contributor: Luis Ressel # Maintainer: Luis Ressel _kver="5.4.5-mc0" pkgver=0.0.20200105 pkgrel=0 _pkgname="wireguard-module" pkgname="$_pkgname-$_kver" _pkgreal="wireguard-linux-compat" pkgdesc="Kernel module for the WireGuard VPN, built for easy-kernel" url="https://www.wireguard.com/" arch="all" options="!check !dbg !strip" # No test suite. license="GPL-2.0-only" depends="easy-kernel-modules-$_kver" makedepends="easy-kernel-src-$_kver" provides="$_pkgname=$pkgver" subpackages="wireguard-patch:_patch:noarch" source="https://git.zx2c4.com/$_pkgreal/snapshot/$_pkgreal-$pkgver.tar.xz" builddir="$srcdir/$_pkgreal-$pkgver" build() { make -C src LDFLAGS="" KERNELDIR="/usr/src/linux-$_kver" module } package() { if [ -f $HOME/kernel_key.pem ]; then /usr/src/linux-$_kver/scripts/sign-file sha512 \ $HOME/kernel_key.pem $HOME/kernel_key.pem \ "$builddir"/src/wireguard.ko fi make -C src DEPMOD=true KERNELDIR="/usr/src/linux-$_kver" INSTALL_MOD_PATH="$pkgdir" module-install } _patch() { depends="" pkgdesc="Kernel patch for the WireGuard VPN" mkdir -p "$subpkgdir/usr/share/wireguard" "$builddir"/kernel-tree-scripts/create-patch.sh > "$subpkgdir/usr/share/wireguard/wireguard-$pkgver.patch" } sha512sums="a27d863e7af9ecbdad784d9ebd6b7613cb6a3a8749d2552c0ecc932c606ed08effc9600813d8cc6801748041456d6e59aab28b9ba486986c88f3d2e90a9209bd wireguard-linux-compat-0.0.20200105.tar.xz"