mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
24 lines
480 B
YAML
24 lines
480 B
YAML
distributable:
|
|
url: https://github.com/pier-cli/pier/archive/refs/tags/{{ version.tag }}.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/pier
|
|
|
|
versions:
|
|
github: pier-cli/pier
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: '>=1.56'
|
|
rust-lang.org/cargo: '*'
|
|
script: cargo install --locked --path . --root {{prefix}}
|
|
|
|
test:
|
|
- pier --help
|
|
- test "$(pier --version)" = "pier {{version}}"
|
|
- touch pier.toml
|
|
- pier add "ls -la" --alias ls
|
|
- cat pier.toml
|
|
- pier run ls
|