16 lines
630 B
Bash
16 lines
630 B
Bash
# Template file for 'protonvpn-cli'
|
|
pkgname=protonvpn-cli
|
|
version=2.2.6
|
|
revision=1
|
|
wrksrc="linux-cli-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="openvpn python3-pythondialog python3-docopt python3-requests python3-Jinja2"
|
|
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/linux-cli"
|
|
distfiles="https://github.com/ProtonVPN/linux-cli/archive/v${version}.tar.gz"
|
|
checksum=01ff05c9e6c174c7879553310d15bd0bcaf31e62be8c7f9a8c01b434a7c2612e
|