Skip to content

Commit

Permalink
Add PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
dereference23 committed Dec 12, 2021
1 parent 6ae3c6b commit b71ae5b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Maintainer: Alexander Winkowski <[email protected]>
# Contributor: Jason A. Donenfeld <[email protected]>

pkgname=notwireguard-dkms
pkgver=1.0.20211208
pkgrel=1
pkgdesc='next generation secure network tunnel - module sources'
arch=('x86_64')
url='https://www.wireguard.com/'
license=('GPL')
depends=('dkms')
source=("notwireguard-linux-compat::git+https://github.com/dereference23/notwireguard-linux-compat")
sha256sums=('SKIP')

package() {
cd notwireguard-linux-compat/

make -C src/ \
DESTDIR="${pkgdir}/" \
DKMSDIR="/usr/src/notwireguard-${pkgver}/" \
dkms-install
}

0 comments on commit b71ae5b

Please sign in to comment.