mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
23 lines
474 B
YAML
23 lines
474 B
YAML
name: yq
|
|
version: '4.25.3'
|
|
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.
|
|
|
|
base: core18
|
|
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
|
|
confinement: strict
|
|
|
|
apps:
|
|
yq:
|
|
command: yq
|
|
plugs: [home]
|
|
|
|
parts:
|
|
yq:
|
|
plugin: go
|
|
go-channel: 1.18/stable
|
|
source: .
|
|
source-type: git
|
|
go-importpath: github.com/mikefarah/yq
|