lz4/contrib
Edward Hope-Morley bd5869a5aa Add snap packaging support
This commit adds a snapcraft.yaml file to allow lz4
to be distributed as a snap (see https://snapcraft.io/
for more info on snaps).

Building the Snap
-----------------

To build the snap simply install snapcraft and build the
snap e.g. on Ubuntu by doing:

$ sudo apt install snapcraft
$ cd contrib; snapcraft

This will build a snap that can be published [1] to
e.g. https://snapcraft.io/lz4

If you want to test the snap before publishing you
can do:

$ snap install <snapname>.snap --dangerous

And that will install it on your local host. You
will then have lz4 as a command to run.

Installing the Snap
-------------------

Once published and released in the snapstore your snap
can be installed on any platform that supports snaps
by doing:

snap install lz4

[1] https://docs.snapcraft.io/releasing-to-the-snap-store
2018-12-12 17:16:01 +00:00
..
cmake_unofficial Add CMake option to not build legacy lz4c program 2018-08-09 12:40:55 -06:00
debian moved cmake and debian directories to contrib (#245) 2016-11-01 17:29:15 -07:00
djgpp READM fixup 2015-05-26 22:50:59 -07:00
gen_manual added cppcheck 2018-09-18 16:52:02 -07:00
meson meson: Add README.md for newcomers [skip ci] 2018-12-09 18:57:49 +07:00
snap Add snap packaging support 2018-12-12 17:16:01 +00:00