Snap name is not mlr but miller (#1928)

This commit is contained in:
John Kerl 2026-01-02 11:58:49 -05:00 committed by GitHub
parent ac30743242
commit 7b8822e2ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
name: mlr
adopt-info: mlr
summary: Miller is like awk, sed, cut, join and sort
name: miller
adopt-info: miller
summary: Miller is like awk, sed, cut, join and sort
description: |
Miller is like awk, sed, cut, join, and sort for data formats such as CSV, TSV, JSON, JSON Lines, and positionally-indexed.
@ -32,19 +32,19 @@ platforms:
build-for: [ppc64el]
apps:
mlr:
miller:
command: usr/local/bin/mlr
plugs:
- home
parts:
mlr:
parts:
miller:
source: https://github.com/johnkerl/miller
source-type: git
plugin: make
build-snaps:
- go
override-pull: |
craftctl default
craftctl set version="$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"