Merge pull request #28 from elopio/snapcraft

Add the packaging metadata to build the mapscii snap
pull/36/head^2
Christian Paul 2018-10-16 21:51:57 -07:00 zatwierdzone przez GitHub
commit c6d76ec41c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 19 dodań i 0 usunięć

Wyświetl plik

@ -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