Skip to content
Snippets Groups Projects
Commit 5ef4bf10 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

add recipes

parent a02dbe3b
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested
[source]
git = "https://github.com/omnibor/omnibor-rs"
[build]
template = "custom"
script = """
binary=omnibor
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
--bin "${binary}" \
--release
--build-binary
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
cp -v \
"target/${TARGET}/release/${binary}" \
"${COOKBOOK_STAGE}/usr/bin/${binary}"
"""
#TODO Not compiled or tested
[source]
tar = "https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.0.tar.gz"
[build]
template = "custom"
dependencies = [
"boost",
"libevent",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-wallet
)
cookbook_configure
"""
#TODO missing runtime dependencies, see https://github.com/romanz/electrs/blob/master/doc/install.md#build-dependencies
[source]
git = "https://github.com/romanz/electrs"
[build]
template = "cargo"
#TODO Not compiled or tested
[source]
git = "https://github.com/Davidson-Souza/Floresta"
[build]
template = "custom"
script = """
cookbook_cargo_packages florestad
"""
#TODO Not compiled or tested
[source]
git = "https://github.com/wizardsardine/liana"
[build]
template = "cargo"
#TODO Not compiled or tested
[source]
git = "https://github.com/ndelvalle/nakatoshi"
[build]
template = "cargo"
#TODO Not compiled or tested
[source]
git = "https://github.com/ordinals/ord"
[build]
template = "cargo"
dependencies = [
"openssl1",
]
#TODO Not compiled or tested
[source]
git = "https://github.com/gcarq/rusty-blockparser"
[build]
template = "cargo"
#TODO missing script for CMake, see https://github.com/endless-sky/endless-sky/blob/master/docs/readme-cmake.md#building-the-game
[source]
git = "https://github.com/endless-sky/endless-sky"
rev = "95e72950e1554392666fa41bb18c978868aa6611"
[build]
template = "custom"
dependencies = [
"sdl2",
"libpng",
"libjpeg",
"mesa",
"glew",
"openal",
"libmad",
"libuuid",
]
#TODO Not compiled or tested
[source]
git = "https://github.com/a137x/plutus-rustus"
[build]
template = "cargo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment