vikstrous / pirate-get

A command line interface for The Pirate Bay
GNU Affero General Public License v3.0
337 stars 53 forks source link

Publish to package managers #24

Closed defektive closed 9 years ago

defektive commented 10 years ago

it would awesome if we could


# use apt-get
apt-get install pirate-get

# apt-get's osx cousin
brew install pirate-get

related links https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook https://help.launchpad.net/Packaging/PPA https://wiki.archlinux.org/index.php/creating_packages

vikstrous commented 10 years ago

I added pirate-get to the AUR... then I found out that someone else added pirate-get-git already :)

vikstrous commented 9 years ago

Published to pypi.

rnhmjoj commented 9 years ago

Strange: there's no download button or tarball on the pypi page.

vikstrous commented 9 years ago

After ./setup.py register I had to run ./setup.py register sdist upload. Thanks for pointing this out.

rnhmjoj commented 9 years ago

The nix package of pirate-get has been accepted.

vikstrous commented 9 years ago

I think pypi is the only important one for now.