mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+tokei (#2972)
This commit is contained in:
parent
49fab8a242
commit
50f3df340e
1 changed files with 21 additions and 0 deletions
21
projects/crates.io/tokei/package.yml
Normal file
21
projects/crates.io/tokei/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
distributable:
|
||||
url: https://github.com/XAMPPRocky/tokei/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/tokei
|
||||
|
||||
versions:
|
||||
github: XAMPPRocky/tokei
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.56'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
- tokei
|
Loading…
Reference in a new issue