CQtDeployer/snap/snapcraft.yaml

32 lines
959 B
YAML
Raw Normal View History

2018-09-13 13:51:17 +03:00
name: cqtdeployer # you probably want to 'snapcraft register <name>'
2018-11-15 16:01:16 +03:00
version: '1.1.0' # just for humans, typically '1.2+git' or '1.3.2'
2018-09-13 13:51:17 +03:00
summary: deploy your qt projects # 79 char long summary
description: |
Console app for deploy qt libs.
Key differences of this program
Performance-this program deploys the application several times faster (up to 10 seconds)
Flexibility-this application has flags that will help you configure the deployment as you need and your project
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
base: core18
apps:
cqtdeployer:
2018-11-15 16:01:16 +03:00
command: desktop-launch $SNAP/cqtdeployer
2018-09-13 13:51:17 +03:00
2018-09-22 16:35:20 +03:00
plugs: [home, removable-media]
2018-09-13 13:51:17 +03:00
parts:
cqtdeployer:
# See 'snapcraft plugins'
plugin: dump
2018-11-15 16:01:16 +03:00
source: distro
2018-09-13 13:51:17 +03:00
2018-12-08 13:39:16 +03:00
after: [cqtdeployer-wrapper]
cqtdeployer-wrapper:
plugin: dump
2018-12-08 14:12:40 +03:00
source: QuasarAppLib/Etalons/snap/wrapper