yq/snap/snapcraft.yaml

30 lines
772 B
YAML
Raw Normal View History

2018-02-16 14:34:04 +00:00
name: yq
2024-08-05 05:38:57 +00:00
version: 'v4.44.3'
summary: A lightweight and portable command-line data file processor
2018-02-16 14:34:04 +00:00
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
- build-on: riscv64
2018-02-16 14:34:04 +00:00
apps:
yq:
command: bin/yq
plugs: [home, removable-media]
2018-02-16 14:34:04 +00:00
parts:
yq:
plugin: go
2024-07-21 00:52:32 +00:00
build-environment:
- CGO_ENABLED: 0
source: https://github.com/mikefarah/yq.git
2024-08-05 05:38:57 +00:00
source-tag: v4.44.3
build-snaps:
2024-02-08 02:34:41 +00:00
- go/latest/stable