Secretchronicles / TSC

An open source two-dimensional platform game.
https://secretchronicles.org/
GNU General Public License v3.0
205 stars 49 forks source link

get-deb #705

Closed pirate486743186 closed 2 years ago

pirate486743186 commented 2 years ago

get-deb is an apt-get like cli application, in order to search and install debs. https://github.com/wimpysworld/deb-get

If you publish standard github releases, it will be very easy to have and maintain tsc in deb-get application list.

Quintus commented 2 years ago

We cannot support all possible 3rd party tools out there. I would rather see TSC being included into official Linux repositories.

pirate486743186 commented 2 years ago

What you need to do for this, it's simply to make github deb releases( github api) and don't change the format so that it can scrape the version number. The tool, has a function for github releases. If that ever breaks, the deb-get project will fix it. It will be harder to try and scrape the website (regex fun).

All that this tool does, is fetch the debs that upstream is providing. You just need to keep your releases easy for a dumb script to scrape. Don't change the format.... You already provide debs....

It should look like this: https://github.com/vladimiry/ElectronMail/releases