1 { lib, python3Packages }:
5 buildPythonApplication rec {
10 inherit pname version;
11 sha256 = "sha256-VtnVyJqrdGXTqcyzpHCOMUI9G7/BkXzihDrBrsxl7Eg=";
14 propagatedBuildInputs = [ colorama veryprettytable pyperclip ];
17 description = "A command line interface for The Pirate Bay";
18 homepage = "https://github.com/vikstrous/pirate-get";
19 license = licenses.gpl3Plus;
20 maintainers = with maintainers; [ rnhmjoj ];
21 platforms = platforms.unix;