~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
  • Date: 2015-09-09 13:53:42 UTC
  • mfrom: (143.3.14 ubuntu-core)
  • Revision ID: snappy_tarmac-20150909135342-8w8mxhoir13xlxvk
Replace Ubuntu plugin with a builtin solution by sergiusens approved by mvo

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
 
icon: icon.png
9
 
 
10
 
parts:
11
 
  wget:
12
 
    plugin: ubuntu