mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
524fc44fc1
commit
66d844bc89
1 changed files with 5 additions and 2 deletions
|
@ -8,10 +8,13 @@ provides:
|
||||||
versions:
|
versions:
|
||||||
github: Peltoche/lsd/tags
|
github: Peltoche/lsd/tags
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
libgit2.org: ~1.7
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: ">=1.60"
|
rust-lang.org: '>=1.60'
|
||||||
rust-lang.org/cargo: "*"
|
rust-lang.org/cargo: '*'
|
||||||
script: cargo install --path . --root {{prefix}}
|
script: cargo install --path . --root {{prefix}}
|
||||||
|
|
||||||
test: test "$(lsd --oneline)" = "xyz.tea.test.sh"
|
test: test "$(lsd --oneline)" = "xyz.tea.test.sh"
|
||||||
|
|
Loading…
Reference in a new issue