pantry/projects/just.systems/package.yml

26 lines
433 B
YAML
Raw Normal View History

2022-09-30 03:08:32 +03:00
distributable:
url: https://github.com/casey/just/archive/refs/tags/{{version}}.tar.gz
strip-components: 1
versions:
github: casey/just/tags
strip: /v/
build:
dependencies:
rust-lang.org: ^1.47.0
rust-lang.org/cargo: ^0.65
2022-09-30 03:08:32 +03:00
script:
cargo install --path=. --root={{prefix}}
test:
cargo test
test:
script: |
cp $FIXTURE justfile
just
fixture: |
# run just -l
default:
@just -l