mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
Add recipes
This commit is contained in:
parent
b68340234b
commit
11ef884ba9
5
recipes/wip/dev/analysis/debtmap/recipe.toml
Normal file
5
recipes/wip/dev/analysis/debtmap/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/iepathos/debtmap"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/lang/goiaba/recipe.toml
Normal file
5
recipes/wip/dev/lang/goiaba/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/raphamorim/goiaba"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/games/puzzle/conduit/recipe.toml
Normal file
5
recipes/wip/games/puzzle/conduit/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/WizCrab/conduit-cli-game"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/net/other/phantun/recipe.toml
Normal file
8
recipes/wip/net/other/phantun/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dndx/phantun"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages phantun
|
||||
"""
|
||||
5
recipes/wip/net/other/sandhole/recipe.toml
Normal file
5
recipes/wip/net/other/sandhole/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/EpicEric/sandhole"
|
||||
[build]
|
||||
template = "cargo"
|
||||
11
recipes/wip/net/sharing/hakanai/recipe.toml
Normal file
11
recipes/wip/net/sharing/hakanai/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/czerwonk/hakanai"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl3"
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages hakanai hakanai-server
|
||||
"""
|
||||
5
recipes/wip/news/feedr/recipe.toml
Normal file
5
recipes/wip/news/feedr/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bahdotsh/feedr"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/terminal/pay-respects/recipe.toml
Normal file
8
recipes/wip/terminal/pay-respects/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/iffse/pay-respects"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages pay-respects
|
||||
"""
|
||||
8
recipes/wip/text/blogr/recipe.toml
Normal file
8
recipes/wip/text/blogr/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bahdotsh/blogr"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages blogr-cli
|
||||
"""
|
||||
5
recipes/wip/text/nanorust/recipe.toml
Normal file
5
recipes/wip/text/nanorust/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Supakornn/nanorust"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user