Skip to content

Commit

Permalink
net-vpn/protonvpn-cli: new package for protonvpn commandline client
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/710622
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Amel Hodzic <ilmostro7@gmail.com>
Closes: #14725
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
  • Loading branch information
ILMostro authored and juippis committed Feb 27, 2020
1 parent 86c2e1a commit aa88a21
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-vpn/protonvpn-cli/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST protonvpn-cli-2.2.0.tar.gz 42694 BLAKE2B fb32401580090401cd6c2c3c692313992c62ed24b383c88e006f69f99a6b96e7081d6927778817245c604cb978b2157e88288ab5236211297258b02dc63a197a SHA512 9ff188ddba679187cf69ab2a18023bd030ff8e734cc5f8516cd93490e601cf21482573b2ab0b7586e371c1f83955db1ad66fa98203f3abdf848a0755484c079e
11 changes: 11 additions & 0 deletions net-vpn/protonvpn-cli/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ilmostro7@gmail.com</email>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>
28 changes: 28 additions & 0 deletions net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_6 )

DISTUTILS_USE_SETUPTOOLS=rdepend

inherit distutils-r1

DESCRIPTION="A VPN command-line tool from protonvpn - python rewrite"
HOMEPAGE="https://protonvpn.com https://github.com/ProtonVPN/protonvpn-cli-ng"
SRC_URI="https://github.com/ProtonVPN/${PN}-ng/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
KEYWORDS="~amd64"
SLOT="0"

RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pythondialog:0[${PYTHON_USEDEP}]
net-vpn/openvpn"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${PN}-ng-${PV}"

DOCS=( CHANGELOG.md README.md USAGE.md )

0 comments on commit aa88a21

Please sign in to comment.