Advertisement
Guest User

Untitled

a guest
Nov 25th, 2022
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # Maintainer: blocklisted <blocklisted at protonmail dot com>
  2. pkgname=windscribe-v2-bin
  3. pkgver=2.5.14
  4. pkgrel=1
  5. pkgdesc="Windscribe GUI tool for Linux"
  6. arch=('x86_64')
  7. url="https://windscribe.com/guides/linux"
  8. license=('GPL2')
  9. depends=('bash' 'nftables' 'systemd')
  10. provides=('windscribe')
  11. conflicts=('windscribe-cli')
  12. options=('!strip')
  13. install=windscribe-v2-bin.install
  14. source=("https://deploy.totallyacdn.com/desktop-apps/2.5.14/windscribe_${pkgver}_amd64.deb")
  15. sha1sums=('e95748a73caf5cdbfb54fc39707348dd84068b5e')
  16.  
  17. package() {
  18. bsdtar -C "${pkgdir}" -xJf data.tar.xz
  19.  
  20. chmod -R 755 ${pkgdir}
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement