mirror of
https://github.com/ivabus/pantry
synced 2024-11-27 02:35:08 +03:00
have cargo install
go to ~/.local/bin
This commit is contained in:
parent
ac607119e1
commit
bde31f1fff
1 changed files with 11 additions and 1 deletions
|
@ -8,10 +8,17 @@ versions:
|
||||||
provides:
|
provides:
|
||||||
- bin/cargo
|
- bin/cargo
|
||||||
|
|
||||||
|
runtime:
|
||||||
|
env:
|
||||||
|
CARGO_INSTALL_ROOT: ${{env.HOME}}/.local
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
git-scm.org: 2
|
git-scm.org: 2
|
||||||
rust-lang.org: '*'
|
rust-lang.org: '*'
|
||||||
openssl.org: ^1 # cargo needs the certs
|
openssl.org: ^1 # cargo needs the certs
|
||||||
|
#TODO curl.se: ^8
|
||||||
|
zlib.net: ^1
|
||||||
|
#TODO ^^ prevent vendoring by requiring these: libssh2.org & libgit2.org
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -52,3 +59,6 @@ test:
|
||||||
cargo clippy
|
cargo clippy
|
||||||
cargo run
|
cargo run
|
||||||
cargo run --release
|
cargo run --release
|
||||||
|
cargo install cowsay
|
||||||
|
test -x ~/.local/bin/cowsay
|
||||||
|
~/.local/bin/cowsay xyz.tea.hi
|
||||||
|
|
Loading…
Reference in a new issue