mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Add recipes
This commit is contained in:
parent
39fa9acd64
commit
eaa76f41c1
5
recipes/wip/office/cactui/recipe.toml
Normal file
5
recipes/wip/office/cactui/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/vkobinski/CacTui"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/ssh/dropbear/recipe.toml
Normal file
5
recipes/wip/ssh/dropbear/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing gnu make script, see https://github.com/mkj/dropbear/blob/master/INSTALL.md
|
||||
[source]
|
||||
tar = "https://matt.ucc.asn.au/dropbear/releases/dropbear-2024.85.tar.bz2"
|
||||
[build]
|
||||
template = "custom"
|
||||
6
recipes/wip/sys-info/btop/recipe.toml
Normal file
6
recipes/wip/sys-info/btop/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO missing gnu make script, see https://github.com/aristocratos/btop#compilation-linux
|
||||
[source]
|
||||
git = "https://github.com/aristocratos/btop"
|
||||
rev = "fd2a2acdad6fbaad76846cb5e802cf2ae022d670"
|
||||
[build]
|
||||
template = "custom"
|
||||
27
recipes/wip/vm/virtualbox/recipe.toml
Normal file
27
recipes/wip/vm/virtualbox/recipe.toml
Normal file
@ -0,0 +1,27 @@
|
||||
#TODO missing script for kbuild
|
||||
#TODO missing dependencies
|
||||
# build instructions:
|
||||
# https://www.virtualbox.org/wiki/Build_instructions
|
||||
# https://www.virtualbox.org/wiki/Linux%20build%20instructions
|
||||
# how to port - https://www.virtualbox.org/wiki/Porting_VirtualBox
|
||||
[source]
|
||||
tar = "https://download.virtualbox.org/virtualbox/7.0.20/VirtualBox-7.0.20.tar.bz2"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libcap",
|
||||
"curl",
|
||||
"libopus",
|
||||
"pulseaudio",
|
||||
"qt5-3d",
|
||||
"qt5-x11extras",
|
||||
"qt5-tools",
|
||||
"sdl1",
|
||||
"sdl2-ttf",
|
||||
"openssl1",
|
||||
"libvpx",
|
||||
"libxml2",
|
||||
"libxslt",
|
||||
"zlib",
|
||||
"mesa",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user