|
|
|
|
|
by evand
3282 days 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.yam... You can quickly piece together a snapcraft.yaml, push it to GitHub, and turn on auto builds and publication (https://build.snapcraft.io). Then anyone can install your package with a single command - no PPA/repo needed. |
|