2018-03-06 01:17:45 -06:00
name : cool-retro-term # check to see if it's available
2018-11-26 22:31:14 +01:00
version : '1.1.0' # this is freakin' awesome
2018-03-06 01:17:45 -06:00
summary : cool-retro-term is a terminal emulator. # 79 char long summary
description : |
2018-11-26 22:31:14 +01:00
cool-retro-term is a terminal emulator which mimics the look and feel of the old cathode tube screens. It has been designed to be eye-candy, customizable, and reasonably lightweight.
2018-03-06 01:17:45 -06:00
grade : stable # must be 'stable' to release into candidate/stable channels
2018-11-16 18:10:02 -06:00
confinement : strict # use 'strict' once you have the right plugs
2018-03-06 01:17:45 -06:00
apps :
cool-retro-term :
command : desktop-launch $SNAP/usr/bin/cool-retro-term
desktop : usr/share/applications/cool-retro-term.desktop
plugs :
- unity7
- x11
2018-03-09 16:28:44 -06:00
- desktop
2018-03-06 01:17:45 -06:00
- home
- network
- network-bind
- network-manager
- password-manager-service
- locale-control
- gsettings
- shutdown
- firewall-control
- process-control
- system-observe
2018-03-09 16:39:16 -06:00
parts :
my-part :
2018-11-17 21:25:35 -06:00
source : https://github.com/Swordfish90/cool-retro-term
2018-03-09 16:39:16 -06:00
source-type : git
plugin : qmake # See 'snapcraft plugins'
qt-version : qt5
after : [ desktop-qt5]
2018-03-06 01:17:45 -06:00
build-packages :
- build-essential
- qmlscene
- qt5-qmake
- qt5-default
- qtdeclarative5-dev
stage-packages :
- qmlscene
- qml-module-qtquick-controls
- qtdeclarative5-qtquick2-plugin
- libqt5qml-graphicaleffects
- qml-module-qtquick-dialogs
- qtdeclarative5-localstorage-plugin
- qtdeclarative5-window-plugin
2018-03-09 17:06:19 -06:00
- libgl1-mesa-dev
2018-11-16 17:49:22 -06:00
- qtdeclarative5-dev-tools
2018-11-21 11:01:11 -06:00
- qml-module-qtquick-extras