update recipes

This commit is contained in:
Ribbon 2023-12-24 16:57:21 +00:00
parent b8df5c8f12
commit 47b7acca31
9 changed files with 25 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#TODO mio crate error
#TODO update mio to 0.8
[source]
git = "https://github.com/pop-os/cosmic-term"
[build]

View File

@ -0,0 +1,8 @@
#TODO require DTrace support
[source]
git = "https://github.com/flamegraph-rs/flamegraph"
[build]
template = "custom"
script = """
cookbook_cargo_packages flamegraph
"""

View File

@ -1,4 +1,4 @@
#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]

View File

@ -1,4 +1,4 @@
#TODO mio crate error (even after cargo update)
#TODO update mio to 0.8
[source]
git = "https://github.com/jawline/Mimic"
[build]

View File

@ -1,4 +1,4 @@
#TODO mio crate error (after cargo update)
#TODO update mio to 0.8 (after cargo update)
[source]
git = "https://github.com/Atticus64/news"
[build]

View File

@ -1,4 +1,4 @@
#TODO mio crate error
#TODO update mio to 0.8
[source]
git = "https://github.com/nuta/nsh"
[build]

View File

@ -1,4 +1,4 @@
#TODO mio crate error (after cargo update)
#TODO update mio to 0.8 (after cargo update)
[source]
git = "https://github.com/Elkowar/pipr"
[build]

View File

@ -0,0 +1,10 @@
#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
"""

View File

@ -5,6 +5,7 @@ git = "https://github.com/ruffle-rs/ruffle"
template = "custom"
dependencies = [
"openssl1",
"gtk3",
]
script = """
cookbook_cargo_packages ruffle_desktop