aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
298 stars 47 forks source link

Add .snapcraft.yaml which will produce a strict snap for CLI use #61

Closed OddBloke closed 7 years ago

OddBloke commented 8 years ago

This snapcraft.yaml builds a snap package which can be installed in strict mode, with access to a user's home directory permitted.

(See http://snapcraft.io/ for more details about snaps.)

OddBloke commented 8 years ago

Commit message (and PR title) now fixed to reflect the fact this is a strict-mode snap, not a devmode one. :-)

aspiers commented 7 years ago

This looks awesome, thanks! I hadn't heard about snapcraft before. Horrendously busy right now but this is certainly on my TODO list ...

aspiers commented 7 years ago

Have read about snapcraft now; haven't had time to test this yet, but there's no good reason not to merge anyway.

This will need adapting as part of the resolution of #51, since the module branch substantially changes the installation process.