mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
add recipes
This commit is contained in:
parent
9172b6d0db
commit
00407cd0b5
8
recipes/wip/dev/uv/recipe.toml
Normal file
8
recipes/wip/dev/uv/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/astral-sh/uv"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages uv
|
||||
"""
|
||||
5
recipes/wip/games/sshattrick/recipe.toml
Normal file
5
recipes/wip/games/sshattrick/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ricott1/sshattrick"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/net/attractorr/recipe.toml
Normal file
8
recipes/wip/net/attractorr/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rnestler/attractorr"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user