mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+rusty-kaspa
ref: https://github.com/pkgxdev/pantry/pull/4068#issuecomment-1811702616
This commit is contained in:
parent
4b85e66fea
commit
783ad9fa2e
1 changed files with 25 additions and 0 deletions
25
projects/github.com/kaspanet/rusty-kaspa/package.yml
Normal file
25
projects/github.com/kaspanet/rusty-kaspa/package.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
distributable:
|
||||
url: https://github.com/kaspanet/rusty-kaspa/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/kaspad
|
||||
|
||||
versions:
|
||||
github: kaspanet/rusty-kaspa/tags
|
||||
strip: /v/
|
||||
|
||||
dependencies:
|
||||
linux:
|
||||
openssl.org: ^1.1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.56'
|
||||
rust-lang.org/cargo: '*'
|
||||
protobuf.dev: 25
|
||||
working-directory: kaspad
|
||||
script: cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
- kaspad --version | grep "{{version}}"
|
Loading…
Reference in a new issue