summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 61d9827382bc43d673c8aeca3a16fbc7ba76acd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
# Contributor: Hydral <nathan.dacunha.nd@gmail.com>

pkgname=hotspotshield-bin
pkgver=1.0.7
pkgrel=3
pkgdesc='Hotspot Shield VPN client for Linux. Public build'
url='https://hotspotshield.com'
license=('custom')
arch=('x86_64')
depends=('dbus' 'libnl' 'networkmanager' 'systemd-libs')
source=("https://repo.hotspotshield.com/rpm/rel/all/hotspotshield-$pkgver.x86_64.rpm")
sha256sums=('6678ad1da674d455dec2476aeae7b036928a7061c403104fc57db560083e900a')

package() {
  rm -dr usr/lib
  mv usr/lib64 usr/lib
  mv etc usr "$pkgdir"
}