17 lines
646 B
Bash
17 lines
646 B
Bash
# Template file for 'protonvpn-cli'
|
|
pkgname=protonvpn-cli
|
|
version=2.2.2
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="${pkgname}-ng-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="openvpn python3-pythondialog python3-docopt python3-requests"
|
|
short_desc="Linux command-line client for ProtonVPN written in Python"
|
|
maintainer="svenper <svenper@tuta.io>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/ProtonVPN/protonvpn-cli-ng"
|
|
distfiles="https://github.com/ProtonVPN/protonvpn-cli-ng/archive/v${version}.tar.gz"
|
|
checksum=c6aec40b40602f0d577097728cacd2080c2206da04625d707ab4a39ba9c2153a
|