2018-02-16 14:34:04 +00:00
|
|
|
name: yq
|
2019-11-01 01:40:35 +00:00
|
|
|
version: '2.4.1'
|
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.
|
|
|
|
|
2018-02-16 17:14:28 +00:00
|
|
|
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
|
2019-03-24 22:28:06 +00:00
|
|
|
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
|