ref: 44bf76d0f28cc88a1dc185d1c587e0977652edf2
parent: 742911146a24a0c39e4dcc516583fe5ed5567fa2
author: Daniel Holbach <[email protected]>
date: Tue Sep 13 07:52:54 EDT 2016
Add snapcraft.yaml file
--- /dev/null
+++ b/snapcraft.yaml
@@ -1,0 +1,22 @@
+name: hugo
+version: "v0.17-DEV"
+summary: Fast and Flexible Static Site Generator
+description: |
+ Hugo is a static HTML and CSS website generator written in Go. It is
+ optimized for speed, easy use and configurability. Hugo takes a directory
+ with content and templates and renders them into a full HTML website.
+confinement: strict
+grade: devel # use "stable" to assert the snap quality
+
+apps:
+ hugo:
+ command: bin/hugo
+ plugs: [home]
+
+parts:
+ hugo:
+ source: .
+ plugin: go
+ go-importpath: "github.com/spf13/hugo"
+ build-packages:
+ - git