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

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