summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorblocklisted2022-01-02 21:58:47 +0100
committerBlockListed2022-01-02 22:01:48 +0100
commitf81636f4ab79919f2e6b842e94ae302210dbe1bb (patch)
tree0525af8b58bd08f1fd510a9c79e9bf3fc9fb6647 /PKGBUILD
downloadaur-f81636f4ab79919f2e6b842e94ae302210dbe1bb.tar.gz
finished initial creation and testing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ae28e1238df1
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: blocklisted <blocklisted at protonmail dot com>
+pkgname=windscribe-v2-bin
+pkgver=2.3.15_beta
+pkgrel=1
+pkgdesc="Windscribe GUI tool for Linux"
+arch=('x86_64')
+url="https://windscribe.com/guides/linux"
+license=('GPL2')
+depends=('bash' 'nftables')
+provides=('windscribe')
+conflicts=('windscribe-cli')
+options=('!strip')
+install=windscribe-v2-bin.install
+source=("https://deploy-do.windscribe.com/apps/windscribe_${pkgver}_amd64.deb")
+sha1sums=('64f065ce1ee991f8af424673275e9eb9c2b30e86')
+
+package() {
+ bsdtar -C "${pkgdir}" -xJf data.tar.xz
+
+ chmod -R 755 ${pkgdir}
+} \ No newline at end of file