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] [source]
git = "https://github.com/pop-os/cosmic-term" git = "https://github.com/pop-os/cosmic-term"
[build] [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] [source]
git = "https://github.com/TaKO8Ki/gobang" git = "https://github.com/TaKO8Ki/gobang"
[build] [build]
......
#TODO mio crate error (even after cargo update) #TODO update mio to 0.8
[source] [source]
git = "https://github.com/jawline/Mimic" git = "https://github.com/jawline/Mimic"
[build] [build]
......
#TODO mio crate error (after cargo update) #TODO update mio to 0.8 (after cargo update)
[source] [source]
git = "https://github.com/Atticus64/news" git = "https://github.com/Atticus64/news"
[build] [build]
......
#TODO mio crate error #TODO update mio to 0.8
[source] [source]
git = "https://github.com/nuta/nsh" git = "https://github.com/nuta/nsh"
[build] [build]
......
#TODO mio crate error (after cargo update) #TODO update mio to 0.8 (after cargo update)
[source] [source]
git = "https://github.com/Elkowar/pipr" git = "https://github.com/Elkowar/pipr"
[build] [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" ...@@ -5,6 +5,7 @@ git = "https://github.com/ruffle-rs/ruffle"
template = "custom" template = "custom"
dependencies = [ dependencies = [
"openssl1", "openssl1",
"gtk3",
] ]
script = """ script = """
cookbook_cargo_packages ruffle_desktop 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