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

update recipes

parent b8df5c8f
No related branches found
No related tags found
No related merge requests found
#TODO mio crate error
#TODO update mio to 0.8
[source]
git = "https://github.com/pop-os/cosmic-term"
[build]
......
#TODO require DTrace support
[source]
git = "https://github.com/flamegraph-rs/flamegraph"
[build]
template = "custom"
script = """
cookbook_cargo_packages flamegraph
"""
#TODO mio crate error (after cargo update and patch on ring)
#TODO update mio to 0.8 (after cargo update and patch on ring)
[source]
git = "https://github.com/TaKO8Ki/gobang"
[build]
......
#TODO mio crate error (even after cargo update)
#TODO update mio to 0.8
[source]
git = "https://github.com/jawline/Mimic"
[build]
......
#TODO mio crate error (after cargo update)
#TODO update mio to 0.8 (after cargo update)
[source]
git = "https://github.com/Atticus64/news"
[build]
......
#TODO mio crate error
#TODO update mio to 0.8
[source]
git = "https://github.com/nuta/nsh"
[build]
......
#TODO mio crate error (after cargo update)
#TODO update mio to 0.8 (after cargo update)
[source]
git = "https://github.com/Elkowar/pipr"
[build]
......
#TODO move to proper category
[source]
git = "https://github.com/sindresorhus/pure"
rev = "87e6f5dd4c793f6d980532205aaefe196780606f"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.zsh/pure
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/home/user/.zsh/pure
"""
......@@ -5,6 +5,7 @@ git = "https://github.com/ruffle-rs/ruffle"
template = "custom"
dependencies = [
"openssl1",
"gtk3",
]
script = """
cookbook_cargo_packages ruffle_desktop
......
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