new recipes

This commit is contained in:
Ribbon 2023-12-19 06:19:39 +00:00
parent c57c878047
commit e25b0e070e
15 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/deepu105/battleship-rs"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/pop-os/cosmic-term"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/SoptikHa2/desed"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/kachark/game-of-life-rs"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/agl-alexglopez/maze-tui"
[build]
template = "cargo"

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/cpcloud/minesweep-rs"
rev = "9ed752aa9670b0e5220a25923dca50adb0a92c6f"
[build]
template = "cargo"

View 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
"""

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
#TODO require Nerd Fonts
[source]
git = "https://github.com/JosephLai241/nomad"
[build]
template = "cargo"

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/dustinblackman/oatmeal"
rev = "96f08a7b65c7be249a9f8497e247cc920c08459d"
[build]
template = "cargo"

View 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
"""

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/BrookJeynes/oxycards"
[build]
template = "cargo"

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/acheronfail/repgrep"
rev = "2e270809de00d0aefda272016afb6b5cf1ac4af5"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/24seconds/rust-sadari-cli"
[build]
template = "cargo"

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/pythops/tenere"
rev = "46fe89004dfc461f64b61c9f6c7e8c161aed707c"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/thomas-mauran/tic-tac-toe"
[build]
template = "cargo"