mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
29 lines
457 B
YAML
29 lines
457 B
YAML
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
|
|
script:
|
|
cargo install --path=. --root={{prefix}}
|
|
test:
|
|
cargo test
|
|
|
|
test:
|
|
script: |
|
|
cp $FIXTURE justfile
|
|
just
|
|
fixture: |
|
|
# run just -l
|
|
default:
|
|
@just -l
|
|
|
|
provides:
|
|
- bin/just
|