From 490a598d84d61a6f9ec0b8fbee0c4c7983c32b60 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Wed, 9 Aug 2017 00:16:54 +0000 Subject: [PATCH] Add the packaging metadata to build the mapscii snap --- snap/snapcraft.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 0000000..52a420d --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,19 @@ +name: mapscii +version: master +summary: The Whole World In Your Console +description: | + A node.js based Vector Tile to Braille and ASCII renderer for + xterm-compatible terminals. + +grade: devel # must be 'stable' to release into candidate/stable channels +confinement: strict + +apps: + mapscii: + command: mapscii + plugs: [network] + +parts: + mapscii: + source: . + plugin: nodejs