sindresorhus / emoj

Find relevant emoji from text on the command-line :open_mouth: :sparkles: :raised_hands: :horse: :boom: :see_no_evil:
MIT License
2.36k stars 57 forks source link

Add snapcraft yaml to make snap which fixes #13 #14

Closed popey closed 7 years ago

popey commented 7 years ago

Can be tested on an up to date Ubuntu 16.04 system:-

sudo apt install snapcraft

Then within this directory:-

snapcraft

Which will build the snap. Then the following to install it:-

sudo snap install emoj_0.3.0_amd64.snap --force-dangerous

(the --force-dangerous is because we're side-loading, rather than installing from a store)

sindresorhus commented 7 years ago

Thanks for the suggestion. I'm not interested in supporting other install methods, but feel free to maintain such if you want :)