mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
Add recipes
This commit is contained in:
parent
c37f088287
commit
50cf623da0
9
recipes/wip/libs/libssh/recipe.toml
Normal file
9
recipes/wip/libs/libssh/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO missing script for CMake, see https://git.libssh.org/projects/libssh.git/tree/INSTALL#n36
|
||||
[source]
|
||||
tar = "https://www.libssh.org/files/0.10/libssh-0.10.6.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"zlib",
|
||||
"openssl1",
|
||||
]
|
||||
21
recipes/wip/tools/remmina/recipe.toml
Normal file
21
recipes/wip/tools/remmina/recipe.toml
Normal file
@ -0,0 +1,21 @@
|
||||
#TODO missing script for CMake, see https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compilation-guide
|
||||
#TODO dependencies need a cleanup (outdated and up-to-date information is mixed in the build instructions)
|
||||
[source]
|
||||
git = "https://gitlab.com/Remmina/Remmina"
|
||||
rev = "2a455eadd6462457d08c2d066c5c245e0dee3bf9"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"libxml2",
|
||||
"gstreamer",
|
||||
"ffmpeg6",
|
||||
"gtk3",
|
||||
"libgcrypt",
|
||||
"libssh",
|
||||
"libvte",
|
||||
"libjpeg",
|
||||
"gnutls3",
|
||||
"libsodium",
|
||||
"pcre",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user