yq/snap/snapcraft.yaml

20 lines
472 B
YAML
Raw Normal View History

2018-02-16 14:34:04 +00:00
name: yq
2023-01-15 00:37:07 +00:00
version: 'v4.30.8'
2018-02-16 14:34:04 +00:00
summary: A lightweight and portable command-line YAML processor
description: |
The aim of the project is to be the jq or sed of yaml 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]
parts:
yq:
plugin: go
go-channel: 1.19/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