mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
625590569e
commit
b76c7a1803
1 changed files with 4 additions and 2 deletions
|
@ -9,12 +9,14 @@ versions:
|
||||||
github: tummychow/git-absorb
|
github: tummychow/git-absorb
|
||||||
strip: /v/
|
strip: /v/
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
libgit2.org: ^1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: '>=1.65'
|
rust-lang.org: '>=1.65'
|
||||||
rust-lang.org/cargo: '*'
|
rust-lang.org/cargo: '*'
|
||||||
script:
|
script: cargo install --locked --path . --root {{prefix}}
|
||||||
cargo install --locked --path . --root {{prefix}}
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue