mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+kaspa-miner
This commit is contained in:
parent
4db62733d5
commit
a741b0db48
22
projects/crates.io/kaspa-miner/package.yml
Normal file
22
projects/crates.io/kaspa-miner/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/elichai/kaspa-miner/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/kaspa-miner
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: elichai/kaspa-miner
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: '>=1.56'
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
protobuf.dev: 25
|
||||||
|
script:
|
||||||
|
cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
# FIXME: needs a server :/
|
||||||
|
kaspa-miner -V | grep {{version}}
|
Loading…
Reference in a new issue