Attempt to fix snapcraft

This commit is contained in:
Mike Farah 2020-03-04 15:32:26 +11:00
parent 279996533d
commit a06320f13c

View File

@ -4,6 +4,7 @@ summary: A lightweight and portable command-line YAML processor
description: | description: |
The aim of the project is to be the jq or sed of yaml files. The aim of the project is to be the jq or sed of yaml files.
base: core18
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
confinement: strict confinement: strict
@ -15,9 +16,7 @@ apps:
parts: parts:
yq: yq:
plugin: go plugin: go
go-channel: 1.13/stable
source: . source: .
source-type: git source-type: git
go-importpath: github.com/mikefarah/yq go-importpath: github.com/mikefarah/yq
after: [go]
go:
source-tag: go1.13