This commit is contained in:
Jacob Heider 2024-06-01 13:28:06 -04:00 committed by Jacob Heider
parent 257eae615e
commit a8c8f6398a

View file

@ -0,0 +1,23 @@
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