network/pirate-get: Update README & .info file.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-02-18 19:55:23 +02:00 committed by Willy Sudiarto Raharjo
parent bf7ed9d836
commit 5a382d3919
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
pirate-get is a convenient command line tool (inspired by APT)
to speed up your trip to the Pirate Bay and get your completely
legal torrents more quickly.
NOTE:
Please install python3 first before installing all other requirements.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/vikstrous/pirate-get/archive/v0.2.10/pirate-get-0.2
MD5SUM="5070ba0818d5635be80100cfbd1a6910"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup4 veryprettytable python3"
REQUIRES="python3 BeautifulSoup4 veryprettytable"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"