2023-04-14 23:04:00 +03:00
|
|
|
distributable:
|
2024-05-02 21:15:24 +03:00
|
|
|
url: https://github.com/sigp/lighthouse/archive/refs/tags/{{ version.tag }}.tar.gz
|
2023-04-14 23:04:00 +03:00
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
versions:
|
|
|
|
github: sigp/lighthouse
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
zlib.net: ^1
|
|
|
|
|
|
|
|
build:
|
|
|
|
dependencies:
|
2024-05-02 21:15:24 +03:00
|
|
|
rust-lang.org: ^1.78 # stdsimd changes
|
2023-04-14 23:04:00 +03:00
|
|
|
rust-lang.org/cargo: '*'
|
|
|
|
cmake.org: ^3.12
|
|
|
|
protobuf.dev: '*'
|
2024-05-02 21:15:24 +03:00
|
|
|
script: make CARGO_INSTALL_EXTRA_FLAGS="--root {{prefix}}"
|
2024-01-25 18:29:23 +03:00
|
|
|
test: make test-release
|
2023-04-14 23:04:00 +03:00
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/lighthouse
|
|
|
|
|
2024-01-25 18:29:23 +03:00
|
|
|
test:
|
|
|
|
- lighthouse account_manager wallet list
|
|
|
|
- test -d ~/.lighthouse/mainnet/wallets
|