~mvo/snapcraft-hello/trunk

« back to all changes in this revision

Viewing changes to hello-stable/snapcraft.yaml

  • Committer: Didier Roche
  • Date: 2016-06-06 06:57:23 UTC
  • Revision ID: git-v1:22cc54927723476e77b39311a388e2ad029cb69d
Stable version of hello GNU, directly from upstream

This is the unmodified version, printing default "Hello world".

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: hello
 
2
version: 2.10
 
3
summary: GNU Hello, the "hello world" snap
 
4
description: GNU hello prints a friendly greeting.
 
5
  This is part of the snapcraft tour at https://snapcraft.io/
 
6
confinement: strict
 
7
 
 
8
apps:
 
9
  hello:
 
10
    command: hello
 
11
 
 
12
parts:
 
13
  gnu-hello:
 
14
    plugin: autotools
 
15
    source: http://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz
 
16