mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-22 08:03:07 +01:00
20 lines
387 B
YAML
20 lines
387 B
YAML
|
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
|