# Maintainer: ABOhiccups # Contributor: Arch Linux Community # Contributor: TorGuard Support pkgname=torguard pkgver=4.8.29 build=build.286.1+g70e4e51 pkgrel=1 pkgdesc="TorGuard VPN Software Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide." arch=('x86_64') url="https://www.torguard.net" depends=('iproute2' 'psmisc' 'libxkbcommon-x11') optdepends=('wireguard-tools: wireguard support') license=(custom) source=("https://updates.torguard.biz/Software/Linux/torguard-v${pkgver}-amd64-arch.tar.gz") sha256sums=('1a828c7d13de59f9db34489ba5407bf2201181280aa6c6af1e4241982b0d1925') install=torguard.install package() { bsdtar -xf "${srcdir}/torguard-v${pkgver}-${build}-amd64-arch/torguard-v${pkgver}-${build}-amd64-arch.tar" -C "$pkgdir" -s"/torguard-v${pkgver}-${build}-amd64-arch//" install -d "$pkgdir"/usr/bin/ ln -s /opt/torguard/bin/torguard-wrapper "$pkgdir"/usr/bin/torguard }