2019-01-26 07:54:56 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2018-2019 QuasarApp.
|
|
|
|
# Distributed under the lgplv3 software license, see the accompanying
|
|
|
|
# Everyone is permitted to copy and distribute verbatim copies
|
|
|
|
# of this license document, but changing it is not allowed.
|
|
|
|
#
|
|
|
|
|
2018-09-13 13:51:17 +03:00
|
|
|
name: cqtdeployer # you probably want to 'snapcraft register <name>'
|
2019-11-16 15:11:38 +03:00
|
|
|
version: '1.4.0.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:
|
2019-05-15 15:18:33 +03:00
|
|
|
command: desktop-launch $SNAP/cqtdeployer.sh
|
2018-09-13 13:51:17 +03:00
|
|
|
|
2019-11-01 15:12:03 +03:00
|
|
|
plugs: [home, removable-media, process-control]
|
2018-09-13 13:51:17 +03:00
|
|
|
|
|
|
|
parts:
|
|
|
|
cqtdeployer:
|
|
|
|
# See 'snapcraft plugins'
|
|
|
|
|
|
|
|
plugin: dump
|
2019-11-16 15:11:38 +03:00
|
|
|
source: installer/packages/cqtdeployer_1_4/data/1.4
|
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
|