dangodai / soundcloud-m3u

A command line tool to generate .m3u playlists pointing to Soundcloud streams
GNU General Public License v3.0
17 stars 1 forks source link

ppa/deb repo #3

Closed professorjamesmoriarty closed 7 years ago

professorjamesmoriarty commented 7 years ago

I've added this to my personal ppa and debian repo. I'll be updating as with the aur package whenever any stable releases are tagged. Should you like to include them as sources in the readme that'd be great. Otherwise feel free to close this issue.

dangodai commented 7 years ago

Sure. Could you reply with the markdown you want added to the readme? I'm not familiar with Debian/Ubuntu packaging, so I'm not sure what people expect in the readme. Thanks.

professorjamesmoriarty commented 7 years ago

So steps for a ppa is pretty simple.

sudo add-apt-repository ppa:twodopeshaggy/ppapackages
sudo apt-get update
sudo apt-get install soundcloud-m3u

As for the debian repo, it can get pretty wordy in explaining the steps. You can grab the steps from here for debian and replace drive with soundcloud-m3u. For example:

sudo apt-add-repository 'deb http://shaggytwodope.github.io/repo ./'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7086E9CC7EC3233B
sudo apt-key update
sudo apt-get update
sudo apt-get install soundcloud-m3u
dangodai commented 7 years ago

Added.