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