diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,20 @@ +name : protonvpn-cli +version : 1.1.0 +release : 1 +source : + - https://github.com/ProtonVPN/protonvpn-cli/archive/v1.1.0.tar.gz : 1a8eb6b2ab8bc6327eca920ad86b452aeff9470d3205e3fe4dfcc7a799937811 +license : MIT +component : network.clients +summary : ProtonVPN CLI tool for protonvpn.com +description: | + ProtonVPN CLI tool for protonvpn.com +rundeps : + - dialog + - openvpn + - procps-ng + - python3 +install : | + install -Dm755 ./protonvpn-cli.sh "$installdir/usr/bin/protonvpn-cli" + ln -s -f "/usr/bin/protonvpn-cli" "$installdir/usr/bin/pvpn" + install -Dm644 ./license.md "$installdir/usr/share/doc/protonvpn-cli/LICENSE" + diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + protonvpn-cli + + Devil505 + devil505@tuta.io + + MIT + network.clients + ProtonVPN CLI tool for protonvpn.com + ProtonVPN CLI tool for protonvpn.com + + https://solus-project.com/sources/README.Solus + + + protonvpn-cli + ProtonVPN CLI tool for protonvpn.com + ProtonVPN CLI tool for protonvpn.com + + network.clients + + /usr/bin/protonvpn-cli + /usr/bin/pvpn + /usr/share/doc/protonvpn-cli/LICENSE + + + + + 2018-08-14 + 1.1.0 + Packaging update + Devil505 + devil505@tuta.io + + + \ No newline at end of file