mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+git-grab
This commit is contained in:
parent
b88016300e
commit
f14b765862
1 changed files with 24 additions and 0 deletions
24
projects/crates.io/git-grab/package.yml
Normal file
24
projects/crates.io/git-grab/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/wezm/git-grab/archive/refs/tags/{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/git-grab
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: wezm/git-grab
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: '>=1.65'
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script:
|
||||||
|
cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
dependencies:
|
||||||
|
git-scm.org: '*'
|
||||||
|
script:
|
||||||
|
- git grab https://github.com/kelseyhightower/nocode
|
||||||
|
- rm -rf nocode
|
Loading…
Reference in a new issue