# Maintainer: coco # Co-Maintainer: dramm # Contributor: thatgeek # Contributor: TorGuard Support pkgname=torguard pkgver=3.90.0 pkgrel=2 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.com" depends=('iproute2' 'qt5-base' 'openvpn' 'shadowsocks-libev' 'stunnel') license=(custom) source_x86_64=("https://updates.torguard.biz/Software/Linux/torguard-v${pkgver}-amd64-arch.tar.gz") source=('torguard.sysusers') sha256sums=('710481abbee583a74394a0a95d0e6440e6b79532361ba4e5831e43ca02686bdb' 'b1f954c54725794f94009c72e12746f203ce6dd4318a19ad0c10d5d8684cd873') prepare() { tar -xf "${srcdir}/${pkgname}-v${pkgver}-amd64-arch/torguard-v${pkgver}-amd64-arch.tar" } package() { mkdir "$pkgdir"/opt/ mkdir "$pkgdir"/opt/torguard/ mkdir "$pkgdir"/opt/torguard/bin/ cp "${srcdir}/${pkgname}-v${pkgver}-amd64-arch/opt/torguard/bin/torguard" "${pkgdir}/opt/torguard/bin/" cp "${srcdir}/${pkgname}-v${pkgver}-amd64-arch/opt/torguard/bin/openconnect" "${pkgdir}/opt/torguard/bin/" cp "${srcdir}/${pkgname}-v${pkgver}-amd64-arch/opt/torguard/bin/vpnc-script" "${pkgdir}/opt/torguard/bin/" cp -r "${srcdir}/${pkgname}-v${pkgver}-amd64-arch/usr" "${pkgdir}/" -R find "$pkgdir"/opt/torguard/ -type f -exec chmod 644 {} \; find "$pkgdir"/opt/torguard/ -name torguard -exec chmod 755 {} \; find "$pkgdir"/opt/torguard/ -name vpnc-script -exec chmod 755 {} \; install -d "$pkgdir"/usr/bin/ ln -s /opt/torguard/bin/torguard "$pkgdir"/usr/bin/torguard ln -s /usr/bin/openvpn "$pkgdir"/opt/torguard/bin/openvpn_v2_4 install -Dm644 ${pkgname}.sysusers "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf }