yq/snap/snapcraft.yaml
2023-12-12 11:35:15 +11:00

20 lines
556 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: core18
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
confinement: strict
apps:
yq:
command: yq
plugs: [home, removable-media]
parts:
yq:
plugin: go
go-channel: 1.20/stable
source: .
source-type: git
go-importpath: github.com/mikefarah/yq