~snappy-dev/snapcraft/core

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: java-hello-world
version: 0
vendor: Michael Terry <mterry@ubuntu.com>
binaries:
 hello:
   exec: bin/wrapper
summary: A java example
description: this is not much more than an example
icon: icon.png

parts:
    local:
        plugin: ant
        source: .
    wrapper:
        plugin: make
        source: .