blob: b35c22c9b3fbb5b974f370e54deae9c55e334fc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = openvpn-nordvpn
pkgdesc = OpenVPN helper script for nordvpn.com
pkgver = 0.1.32
pkgrel = 2
url = https://github.com/nstinus/nordvpn
install = openvpn-nordvpn.install
arch = any
license = MIT
makedepends = coreutils
makedepends = asciidoc
depends = openvpn
depends = systemd
depends = openvpn-update-resolv-conf-git
depends = curl
depends = unzip
depends = sudo
depends = coreutils
depends = bc
depends = fping
optdepends = iputils: run ping and rank functions
optdepends = vpnfailsafe-git: use instead of update-resolv-conf if available
optdepends = python-pandas: run nordvpn infos command
optdepends = bash-completion: auto-complete commands
provides = nordvpn
source = git+https://github.com/nstinus/nordvpn.git#commit=v0.1-32-g3654c4f
sha1sums = SKIP
pkgname = openvpn-nordvpn
|