redox/recipes/wip/net/bitcoin-core/recipe.toml
2024-04-17 19:48:25 +00:00

16 lines
275 B
TOML

#TODO Not compiled or tested
[source]
tar = "https://bitcoincore.org/bin/bitcoin-core-27.0/bitcoin-27.0.tar.gz"
[build]
template = "custom"
dependencies = [
"boost",
"libevent",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-wallet
)
cookbook_configure
"""