CQtDeployer/snap/snapcraft.yaml
2019-11-16 17:05:37 +03:00

38 lines
1.2 KiB
YAML

#
# 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.
#
name: cqtdeployer # you probably want to 'snapcraft register <name>'
version: '1.3.2.0' # just for humans, typically '1.2+git' or '1.3.2'
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:
command: desktop-launch $SNAP/cqtdeployer.sh
plugs: [home, removable-media]
parts:
cqtdeployer:
# See 'snapcraft plugins'
plugin: dump
source: installer/packages/cqtdeployer_1_3/data/1.3
after: [cqtdeployer-wrapper]
cqtdeployer-wrapper:
plugin: dump
source: QuasarAppLib/Etalons/snap/wrapper