yq/snap/snapcraft.yaml
soumyadghosh 2b12f504e3
snap: update and migrate to core22.
soon, core24 is gonna release. But for now core22 is stable and a better
option. So, ported to core24.
2024-01-07 17:25:15 +05:30

19 lines
508 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
apps:
yq:
command: bin/yq
plugs: [home, removable-media]
parts:
yq:
plugin: go
source: .
build-snaps:
- go/1.20/stable