redox/recipes/wip/net/server/bitcoin-core/recipe.toml
2024-07-02 06:08:02 +00:00

16 lines
275 B
TOML

#TODO make dependencies work
[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
"""