hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit a3a3f5b86114213a23337499551f000662b26022
parent 404e2994e51756378c63c27ca8930029732d2776
Author: Guy Halse <guy@tenet.ac.za>
Date:   Mon, 25 Sep 2017 13:51:00 +0200

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

Diffstat:
Msnapcraft.yaml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/snapcraft.yaml b/snapcraft.yaml
@@ -22,6 +22,7 @@ parts:
       - git
       - make
     stage-packages:
+      - git
       - python-pygments
     prepare: |
       export GOPATH=$(dirname $SNAPCRAFT_PART_INSTALL)/go