summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bf3f318189ba2f51a220559bf9d0ed8fe53f237a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=4
pkgdesc='Hotspot Shield VPN client for Linux. Public build'
url='https://hotspotshield.com'
license=('custom')
arch=('x86_64')
depends=('dbus' 'libnl' 'networkmanager' 'systemd-libs')
provides=("hotspotshield")
conflicts=("hotspotshield")
source=("https://repo.hotspotshield.com/rpm/rel/all/hotspotshield-$pkgver.x86_64.rpm")
sha256sums=('6678ad1da674d455dec2476aeae7b036928a7061c403104fc57db560083e900a')

package() {
  cd usr
  install -Dm755 bin/hotspotshield -t "$pkgdir/usr/bin"
  install -Dm755 lib64/libhssvpn.so -t "$pkgdir/usr/lib"
  mv share "$pkgdir/usr"
}