yq/snap/snapcraft.yaml

20 lines
556 B
YAML
Raw Normal View History

2018-02-16 14:34:04 +00:00
name: yq
2023-12-12 00:35:15 +00:00
version: 'v4.40.5'
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.
2020-03-04 04:32:26 +00:00
base: core18
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
confinement: strict
2018-02-16 14:34:04 +00:00
apps:
yq:
command: yq
plugs: [home, removable-media]
2018-02-16 14:34:04 +00:00
parts:
yq:
plugin: go
2023-02-10 17:06:16 +00:00
go-channel: 1.20/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