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