2020-02-27 11:54:23 -08:00
name : lubuntu-manual # you probably want to 'snapcraft register <name>'
2020-02-27 11:37:18 -08:00
base : core18 # the base snap is the execution environment for this snap
2020-04-21 21:58:28 -07:00
version : '20.04-alpha' # just for humans, typically '1.2+git' or '1.3.2'
2020-02-27 11:37:18 -08:00
summary : Documentation for Lubuntu # 79 char long summary
description : |
2020-02-28 12:46:58 -08:00
This snap contains the Manual for Lubuntu which includes all of the default program as well as documentation for LXQt. See https://lubuntu.me for more info.
2020-02-27 11:37:18 -08:00
grade : devel # must be 'stable' to release into candidate/stable channels
2020-04-21 21:58:28 -07:00
confinement : strict # use 'strict' once you have the right plugs and slots
2020-02-27 11:37:18 -08:00
parts :
my-part :
2020-02-27 12:00:19 -08:00
source : https://phab.lubuntu.me/source/manual.git
2020-04-21 21:58:28 -07:00
source-type : git
2020-06-04 16:06:45 -07:00
build-packages : [ python3-pip, python3-sphinx, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme]
2020-02-27 11:54:23 -08:00
plugin : make
2020-02-28 11:54:43 -08:00
make-parameters : [ html]
2020-02-28 12:04:11 -08:00
artifacts : [ build/html/]
2020-04-21 21:58:28 -07:00
launcher :
2020-06-04 16:06:45 -07:00
source : snap/local/snap/local
2020-04-21 21:58:28 -07:00
plugin : dump
2020-03-10 21:06:42 -07:00
apps :
2020-04-21 21:58:28 -07:00
lubuntu-manual :
command : lubuntu-manual.sh
plugs :
- desktop