mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
update recipes
This commit is contained in:
parent
b8df5c8f12
commit
47b7acca31
@ -1,4 +1,4 @@
|
||||
#TODO mio crate error
|
||||
#TODO update mio to 0.8
|
||||
[source]
|
||||
git = "https://github.com/pop-os/cosmic-term"
|
||||
[build]
|
||||
|
||||
8
recipes/wip/flamegraph/recipe.toml
Normal file
8
recipes/wip/flamegraph/recipe.toml
Normal 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
|
||||
"""
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO mio crate error
|
||||
#TODO update mio to 0.8
|
||||
[source]
|
||||
git = "https://github.com/nuta/nsh"
|
||||
[build]
|
||||
|
||||
@ -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]
|
||||
|
||||
10
recipes/wip/pure/recipe.toml
Normal file
10
recipes/wip/pure/recipe.toml
Normal 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
|
||||
"""
|
||||
@ -5,6 +5,7 @@ git = "https://github.com/ruffle-rs/ruffle"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"gtk3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages ruffle_desktop
|
||||
|
||||
Loading…
Reference in New Issue
Block a user