Add recipes

This commit is contained in:
Ribbon 2025-10-11 20:58:11 -03:00
parent 11ef884ba9
commit 87062a0b12
6 changed files with 51 additions and 0 deletions

View 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",
]

View File

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

View 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
"""

View 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
"""

View File

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

View File

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