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
11ef884ba9
commit
87062a0b12
20
recipes/wip/dev/hw/recipe.toml
Normal file
20
recipes/wip/dev/hw/recipe.toml
Normal file
@ -0,0 +1,20 @@
|
||||
#TODO not compiled or tested
|
||||
# build instructions: https://librepcb.org/docs/installation/build-from-sources/
|
||||
# commented out optional dependencies
|
||||
[source]
|
||||
git = "https://github.com/LibrePCB/LibrePCB"
|
||||
rev = "77db4fda7f5df5d058bfc5d2fae3072bb30c8402"
|
||||
[build]
|
||||
template = "cmake"
|
||||
cmakeflags = [
|
||||
"-DUSE_GLU=0",
|
||||
"-DUSE_OPENCASCADE=0",
|
||||
]
|
||||
dependencies = [
|
||||
"qt6-base",
|
||||
"qt6-imageformats",
|
||||
"openssl3",
|
||||
"zlib",
|
||||
#"opencascade",
|
||||
#"mesa-glu",
|
||||
]
|
||||
5
recipes/wip/net/other/agnos/recipe.toml
Normal file
5
recipes/wip/net/other/agnos/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/krtab/agnos"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/net/other/rlt/recipe.toml
Normal file
8
recipes/wip/net/other/rlt/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kaichaosun/rlt"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages localtunnel localtunnel-client localtunnel-server
|
||||
"""
|
||||
8
recipes/wip/net/other/wstunnel/recipe.toml
Normal file
8
recipes/wip/net/other/wstunnel/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/erebe/wstunnel"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages wstunnel-cli
|
||||
"""
|
||||
5
recipes/wip/security/tyr/recipe.toml
Normal file
5
recipes/wip/security/tyr/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.com/cyberactivity/tyr"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/sound/lookas/recipe.toml
Normal file
5
recipes/wip/sound/lookas/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rccyx/lookas"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user