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
|
||||
strip: /v/
|
||||
|
||||
dependencies:
|
||||
libgit2.org: ^1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
script: cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue