mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+spacer -- CLI tool to insert spacers when command output stops
This commit is contained in:
parent
066892a193
commit
2f1ce82c47
21
projects/github.com/samwho/spacer/package.yml
Normal file
21
projects/github.com/samwho/spacer/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/samwho/spacer/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/spacer
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: samwho/spacer
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ">=1.56"
|
||||||
|
rust-lang.org/cargo: "*"
|
||||||
|
script:
|
||||||
|
- cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- test "$(spacer --version)" = "spacer {{version}}"
|
Loading…
Reference in a new issue