mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+just.systems
This commit is contained in:
parent
c17a424904
commit
22dcff66c7
27
projects/just.systems/package.yml
Normal file
27
projects/just.systems/package.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
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
|
||||
# Remove if this becomes a run-dep of rust
|
||||
# required for cargo to update crates.io
|
||||
openssl.org: 1
|
||||
script:
|
||||
cargo install --path=. --root={{prefix}}
|
||||
test:
|
||||
cargo test
|
||||
|
||||
test:
|
||||
script: |
|
||||
cp $FIXTURE justfile
|
||||
just
|
||||
fixture: |
|
||||
# run just -l
|
||||
default:
|
||||
@just -l
|
Loading…
Reference in a new issue