637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
12 lines
288 B
TOML
12 lines
288 B
TOML
[package]
|
|
name = "geth"
|
|
version = "1.16"
|
|
|
|
#TODO missing script for gnu make: https://geth.ethereum.org/docs/getting-started/installing-geth#build-from-source
|
|
[source]
|
|
git = "https://github.com/ethereum/go-ethereum"
|
|
branch = "release/1.16"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|