6 ms·
All the learning and process needed to create Debian packages has been a big motivator for us to make snap packaging simple and quick. Have a look at the Heroku
by evand 9y ago
All the learning and process needed to create Debian packages has been a big motivator for us to make snap packaging simple and quick. Have a look at the Heroku CLI snap, for example:
https://github.com/heroku/cli/blob/master/snap/snapcraft.yaml https://github.com/heroku/cli/blob/master/snap/snapcraft.yam...
You can quickly piece together a snapcraft.yaml, push it to GitHub, and turn on auto builds and publication (https://build.snapcraft.io https://build.snapcraft.io). Then anyone can install your package with a single command - no PPA/repo needed.