Add recipes

This commit is contained in:
Ribbon 2025-03-29 22:03:39 +00:00
parent c961d3fdd1
commit e3fec0dffd
5 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ferronweb/ferron"
[build]
template = "custom"
script = """
cookbook_cargo_packages ferron
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/da-luce/astroterm"
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/rhaskia/preTTY"
[build]
template = "custom"
script = """
cookbook_cargo_packages prettyterm_gui
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Seebass22/terminal-toys"
[build]
template = "cargo"

View File

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