mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+lighthouse
This commit is contained in:
parent
b8d1df3a94
commit
1638c39aba
32
projects/crates.io/lighthouse/package.yml
Normal file
32
projects/crates.io/lighthouse/package.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
distributable:
|
||||
url: https://github.com/sigp/lighthouse/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: sigp/lighthouse
|
||||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
zlib.net: ^1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/make: '*'
|
||||
rust-lang.org: ^1.66
|
||||
rust-lang.org/cargo: '*'
|
||||
cmake.org: ^3.12
|
||||
protobuf.dev: '*'
|
||||
script: |
|
||||
make
|
||||
mkdir -p "{{ prefix }}"/bin
|
||||
mv .local/bin/lighthouse "{{ prefix }}"/bin
|
||||
test:
|
||||
make test-release
|
||||
|
||||
|
||||
provides:
|
||||
- bin/lighthouse
|
||||
|
||||
test: |
|
||||
lighthouse account_manager wallet list
|
||||
test -d ~/.lighthouse/mainnet/wallets
|
Loading…
Reference in a new issue