Ubuntu Pastebin

Paste from Erik Arfvidson at Wed, 23 Mar 2016 20:26:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
name: unisys-test
version: 1.0
# The vendor for the snap (replace 'Vendor <email@example.com>')
vendor: erik.arfvidson@unisys.com
summary: This app serves a simple webpage with a helloworld.html
description: A basic webserver hello world application
icon: icon.png
services:
  webui:
    caps: [network-client, network-admin]
    start: bin/webui
parts:
  golang-static-http:
    plugin: go
    source: git://github.com/mikix/golang-static-http
    stage-packages:
      - nmap
  glue:
    plugin: copy
    files:
      webui: bin/webui
Download as text