1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
name: hello-world version: 0.1 vendor: Vendor <email@example.com> summary: Hello World app description: | With this app I'm saying "Hello world" to snappy and snapcraft! icon: hello-world.png architectures: [all] binaries: hello-world: exec: hello-world parts: hello-world: plugin: copy files: hello-world: hello-world |