mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
28 lines
705 B
YAML
28 lines
705 B
YAML
name: yq
|
|
version: 'v4.40.5'
|
|
summary: A lightweight and portable command-line data file processor
|
|
description: |
|
|
`yq` uses [jq](https://github.com/stedolan/jq) like syntax but works with yaml, json, xml, csv, properties and TOML files.
|
|
base: core22
|
|
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
|
|
confinement: strict
|
|
|
|
architectures:
|
|
- build-on: s390x
|
|
- build-on: ppc64el
|
|
- build-on: arm64
|
|
- build-on: armhf
|
|
- build-on: amd64
|
|
- build-on: i386
|
|
|
|
apps:
|
|
yq:
|
|
command: bin/yq
|
|
plugs: [home, removable-media]
|
|
parts:
|
|
yq:
|
|
plugin: go
|
|
source: https://github.com/mikefarah/yq.git
|
|
source-tag: v4.40.5
|
|
build-snaps:
|
|
- go/latest/stable |