summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a52ab5b4f27a0ff45f1d8c614a729d1224468d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Alireza Ahmand <ahmand@vk.com>
pkgname=surfshark-wireguard
pkgver=2.8
pkgrel=1
pkgdesc="SurfShark Wireguard Extractor"
arch=('x86_64')
url="https://github.com/Incognito-Coder/Wiregen.git"
license=('unknown')
depends=('python3' 'wireguard-tools')
provides=('wiregen')
source=("git+$url")
md5sums=('SKIP')
package() {
	cd "Wiregen"
	sudo install -Dm755 wiregen.py "/usr/bin/wiregen"
}