mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-07 08:44:14 +01:00
Add the packaging metadata to build the mapscii snap
This commit is contained in:
parent
45315d4ccf
commit
490a598d84
19
snap/snapcraft.yaml
Normal file
19
snap/snapcraft.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user