mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
c224b9a101
commit
7b0cc7f404
5
recipes/wip/crypto/stupidfs/recipe.toml
Normal file
5
recipes/wip/crypto/stupidfs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/GoldenStack/stupidfs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/build-system/werk/recipe.toml
Normal file
8
recipes/wip/dev/build-system/werk/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/simonask/werk"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages werk-cli
|
||||
"""
|
||||
5
recipes/wip/image/editors/watermarker/recipe.toml
Normal file
5
recipes/wip/image/editors/watermarker/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/xomvio/watermarker"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/other/spiko/recipe.toml
Normal file
5
recipes/wip/net/other/spiko/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/trinhminhtriet/spiko"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/text/quicknotes/recipe.toml
Normal file
5
recipes/wip/text/quicknotes/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ollien/quicknotes"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/nomino/recipe.toml
Normal file
5
recipes/wip/tools/nomino/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/yaa110/nomino"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/tui/manga-tui/recipe.toml
Normal file
8
recipes/wip/tui/manga-tui/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/josueBarretogit/manga-tui"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"dbus",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user