mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
new recipes
This commit is contained in:
parent
c57c878047
commit
e25b0e070e
5
recipes/wip/battleship-rs/recipe.toml
Normal file
5
recipes/wip/battleship-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/deepu105/battleship-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/cosmic-term/recipe.toml
Normal file
5
recipes/wip/cosmic-term/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pop-os/cosmic-term"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/desed/recipe.toml
Normal file
5
recipes/wip/desed/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/SoptikHa2/desed"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/game-of-life-rs/recipe.toml
Normal file
5
recipes/wip/game-of-life-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kachark/game-of-life-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/maze-tui/recipe.toml
Normal file
5
recipes/wip/maze-tui/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/agl-alexglopez/maze-tui"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/minesweep-rs/recipe.toml
Normal file
6
recipes/wip/minesweep-rs/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cpcloud/minesweep-rs"
|
||||
rev = "9ed752aa9670b0e5220a25923dca50adb0a92c6f"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/nerd-fonts/recipe.toml
Normal file
10
recipes/wip/nerd-fonts/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO probably wrong script
|
||||
[source]
|
||||
git = "https://github.com/ryanoasis/nerd-fonts"
|
||||
rev = "7b41c66a1ef0c4ac5884a4203cb53c0901217e32"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/ui/fonts
|
||||
cp -rv "${COOKBOOK_SOURCE}"/patched-fonts/* "${COOKBOOK_STAGE}"/ui/fonts
|
||||
"""
|
||||
6
recipes/wip/nomad/recipe.toml
Normal file
6
recipes/wip/nomad/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO require Nerd Fonts
|
||||
[source]
|
||||
git = "https://github.com/JosephLai241/nomad"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/oatmeal/recipe.toml
Normal file
6
recipes/wip/oatmeal/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dustinblackman/oatmeal"
|
||||
rev = "96f08a7b65c7be249a9f8497e247cc920c08459d"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/oxc/recipe.toml
Normal file
8
recipes/wip/oxc/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/oxc-project/oxc"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages oxc
|
||||
"""
|
||||
5
recipes/wip/oxycards/recipe.toml
Normal file
5
recipes/wip/oxycards/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/BrookJeynes/oxycards"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/repgrep/recipe.toml
Normal file
6
recipes/wip/repgrep/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/acheronfail/repgrep"
|
||||
rev = "2e270809de00d0aefda272016afb6b5cf1ac4af5"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/rust-sadari-cli/recipe.toml
Normal file
5
recipes/wip/rust-sadari-cli/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/24seconds/rust-sadari-cli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/tenere/recipe.toml
Normal file
6
recipes/wip/tenere/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pythops/tenere"
|
||||
rev = "46fe89004dfc461f64b61c9f6c7e8c161aed707c"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tic-tac-toe-rs/recipe.toml
Normal file
5
recipes/wip/tic-tac-toe-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/thomas-mauran/tic-tac-toe"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user