2018-02-16 14:34:04 +00:00
|
|
|
name: yq
|
2023-01-14 03:05:19 +00:00
|
|
|
version: 'v4.30.7'
|
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.
|
2020-03-04 04:32:26 +00:00
|
|
|
base: core18
|
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
|
2022-08-29 04:13:15 +00:00
|
|
|
go-channel: 1.19/stable
|
2018-02-16 14:34:04 +00:00
|
|
|
source: .
|
2020-03-04 04:21:09 +00:00
|
|
|
source-type: git
|
2018-02-16 14:34:04 +00:00
|
|
|
go-importpath: github.com/mikefarah/yq
|