shithub: hugo

Download patch

ref: a3a3f5b86114213a23337499551f000662b26022
parent: 404e2994e51756378c63c27ca8930029732d2776
author: Guy Halse <[email protected]>
date: Mon Sep 25 09:51:00 EDT 2017

snap: Add git to snap package for GitInfo

Add git into the staged packages, so that the git binary is available
and hugo --enableGitInfo works for users of the snap package.

Fixes gohugoio/hugo#3896

--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -22,6 +22,7 @@
       - git
       - make
     stage-packages:
+      - git
       - python-pygments
     prepare: |
       export GOPATH=$(dirname $SNAPCRAFT_PART_INSTALL)/go