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

Add recipes

parent da554deb
No related branches found
No related tags found
No related merge requests found
#TODO not compiled or tested
[source]
git = "https://github.com/colored-rs/colored"
[build]
template = "custom"
script = """
cookbook_cargo_examples control custom_colors dynamic_colors most_simple nested_colors
"""
#TODO not compiled or tested
[source]
git = "https://github.com/console-rs/console"
[build]
template = "custom"
script = """
cookbook_cargo_examples colors colors256 cursor_at keyboard term
"""
#TODO not compiled or tested
[source]
git = "https://github.com/adamsky/globe"
[build]
template = "custom"
script = """
cookbook_cargo_packages globe-cli
mv "${COOKBOOK_STAGE}/usr/bin/globe" "${COOKBOOK_STAGE}/usr/bin/globe-rs"
"""
#TODO not compiled or tested
[source]
git = "https://github.com/aome510/spotify-player"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
package=spotify_player
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
--package "${package}" \
--release
--no-default-features
--rodio-backend
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
cp -v \
"target/${TARGET}/release/${package}" \
"${COOKBOOK_STAGE}/usr/bin/${package}"
"""
#TODO not compiled or tested
[source]
git = "https://github.com/asciinema/agg"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/sharkdp/pastel"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/pls-rs/pls"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/samtay/so"
[build]
template = "custom"
script = """
cookbook_cargo --no-default-features --features termion-backend
"""
#TODO not compiled or tested
[source]
git = "https://github.com/mgunyho/tere"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/swsnr/mdcat"
[build]
template = "custom"
script = """
cookbook_cargo --features=static
"""
#TODO not compiled or tested
[source]
git = "https://github.com/zee-editor/zee"
[build]
template = "custom"
script = """
cookbook_cargo_packages zee
"""
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