~longsleep/snapcraft/snapcraft-debs-plugin

« back to all changes in this revision

Viewing changes to examples/wget-deb/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: wget
 
2
version: 0
 
3
vendor: Michael Terry <mterry@ubuntu.com>
 
4
binaries:
 
5
    - name: usr/bin/wget
 
6
summary: wget for snappy
 
7
description: a basic example from ubuntu packages
 
8
 
1
9
parts:
2
10
  wget:
3
11
    plugin: ubuntu
4
 
snappy-metadata: meta