+git-grab

This commit is contained in:
Kevin Chen 2023-08-21 15:37:05 -04:00 committed by Jacob Heider
parent b88016300e
commit f14b765862

View 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