~longsleep/snapcraft/snapcraft-debs-plugin

« back to all changes in this revision

Viewing changes to examples/qmldemo/snapcraft.yaml

  • Committer: Snappy Tarmac
  • Author(s): Sergio Schvezov, Leo Arias
  • Date: 2015-08-27 19:41:24 UTC
  • mfrom: (134.2.9 meta-all-yaml)
  • Revision ID: snappy_tarmac-20150827194124-1jqsn2mmbl4454zw
Generate meta (package.yaml and readme.md) from snapcraft.yaml by sergiusens approved by chipaca,elopio

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: qmldemo
 
2
version: 1
 
3
vendor: Ted Gould <ted@canonical.com>
 
4
frameworks:
 
5
  - mir
 
6
binaries:
 
7
  - name: qmldemo
 
8
    exec: qmlscene demo.qml --
 
9
    caps:
 
10
      - mir_client
 
11
      - network-client
 
12
summary: qml demo
 
13
description: An example of shipping a usable QML file in a snap using the QML plugin.
 
14
 
1
15
parts:
2
16
  qml:
3
17
    plugin: qml
4
18
  qmldemo:
5
19
    plugin: copy
6
20
    files:
7
 
      demo.qml: demo.qml
8
 
snappy-metadata: meta