yq/snap/snapcraft.yaml

23 lines
473 B
YAML
Raw Normal View History

2018-02-16 14:34:04 +00:00
name: yq
2020-06-12 02:23:18 +00:00
version: '3.3.2'
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
2020-04-14 01:19:00 +00:00
go-channel: 1.14/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