yq/snap/snapcraft.yaml

23 lines
456 B
YAML
Raw Normal View History

2018-02-16 14:34:04 +00:00
name: yq
2019-05-15 23:36:10 +00:00
version: '2.4.0'
2018-02-16 14:34:04 +00:00
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
2018-02-16 14:34:04 +00:00
apps:
yq:
command: yq
plugs: [home]
parts:
yq:
plugin: go
source: .
go-importpath: github.com/mikefarah/yq
after: [go]
go:
2019-03-22 05:32:30 +00:00
source-tag: go1.11