pantry/projects/just.systems/package.yml
Jacob Heider 9413556fff
better fix(just)
^0.x behaves weird, of course. using ^0.75 cargo works where ^0.65 doesn't.
2024-02-11 17:07:19 -05:00

27 lines
449 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.75
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