2018-02-16 14:34:04 +00:00
|
|
|
name: yq
|
2024-02-08 23:21:09 +00:00
|
|
|
version: 'v4.40.7'
|
2023-11-30 04:23:05 +00:00
|
|
|
summary: A lightweight and portable command-line data file processor
|
2018-02-16 14:34:04 +00:00
|
|
|
description: |
|
2023-11-30 04:23:05 +00:00
|
|
|
`yq` uses [jq](https://github.com/stedolan/jq) like syntax but works with yaml, json, xml, csv, properties and TOML files.
|
2024-01-16 04:06:29 +00:00
|
|
|
base: core22
|
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
|
2024-01-16 04:06:29 +00:00
|
|
|
architectures:
|
|
|
|
- build-on: s390x
|
|
|
|
- build-on: ppc64el
|
|
|
|
- build-on: arm64
|
|
|
|
- build-on: armhf
|
|
|
|
- build-on: amd64
|
|
|
|
- build-on: i386
|
2018-02-16 14:34:04 +00:00
|
|
|
apps:
|
|
|
|
yq:
|
2024-01-16 04:06:29 +00:00
|
|
|
command: bin/yq
|
2023-03-28 22:22:25 +00:00
|
|
|
plugs: [home, removable-media]
|
2018-02-16 14:34:04 +00:00
|
|
|
parts:
|
|
|
|
yq:
|
|
|
|
plugin: go
|
2024-01-16 04:06:29 +00:00
|
|
|
source: https://github.com/mikefarah/yq.git
|
2024-02-08 23:21:09 +00:00
|
|
|
source-tag: v4.40.7
|
2024-01-16 04:06:29 +00:00
|
|
|
build-snaps:
|
2024-02-08 02:34:41 +00:00
|
|
|
- go/latest/stable
|