yq/snap/snapcraft.yaml
2018-05-08 10:06:41 +10:00

23 lines
456 B
YAML

name: yq
version: 1.15.0
summary: A lightweight and portable command-line YAML processor
description: |
The aim of the project is to be the jq or sed of yaml files.
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
confinement: strict
apps:
yq:
command: yq
plugs: [home]
parts:
yq:
plugin: go
source: .
go-importpath: github.com/mikefarah/yq
after: [go]
go:
source-tag: go1.9.4