mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Update recipes
This commit is contained in:
parent
bc9ee36d5c
commit
6156be4571
6
recipes/wip/apitrace/recipe.toml
Normal file
6
recipes/wip/apitrace/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO missing script for CMake, see https://github.com/apitrace/apitrace/blob/master/docs/INSTALL.markdown#linux
|
||||
[source]
|
||||
git = "https://github.com/apitrace/apitrace"
|
||||
rev = "9352fc02bba106fbbeef9e8452ef34643c0d0764"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/capstone/recipe.toml
Normal file
5
recipes/wip/capstone/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for building, see https://github.com/capstone-engine/capstone/blob/next/COMPILE.TXT
|
||||
[source]
|
||||
tar = "https://github.com/capstone-engine/capstone/archive/refs/tags/5.0.1.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/cling/recipe.toml
Normal file
5
recipes/wip/cling/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, see https://github.com/vgvassilev/cling#building-from-source
|
||||
[source]
|
||||
tar = "https://github.com/vgvassilev/cling/archive/refs/tags/v1.0.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/firedbg/recipe.toml
Normal file
5
recipes/wip/firedbg/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO probably wrong template, if it doesn't work use the "command" package
|
||||
[source]
|
||||
tar = "https://github.com/SeaQL/FireDBG.for.Rust/archive/refs/tags/1.74.1.tar.gz"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/hx/recipe.toml
Normal file
5
recipes/wip/hx/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for "make", see https://github.com/krpors/hx#compiling-and-running
|
||||
[source]
|
||||
tar = "https://github.com/krpors/hx/archive/refs/tags/v1.0.14.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
@ -2,7 +2,11 @@
|
||||
[source]
|
||||
tar = "https://www.nano-editor.org/dist/v7/nano-7.2.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"ncurses",
|
||||
]
|
||||
script = """
|
||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include"
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
8
recipes/wip/netop/recipe.toml
Normal file
8
recipes/wip/netop/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ZingerLittleBee/netop"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libpcap",
|
||||
]
|
||||
5
recipes/wip/succeed2ban-tui/recipe.toml
Normal file
5
recipes/wip/succeed2ban-tui/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/J-Bockhofer/succeed2ban-tui"
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO missing script for building, see https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/Docs/Build-Guide.md#linux-operating-systems-64-bit
|
||||
[source]
|
||||
tar = "https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.7.0/SVT-AV1-v1.7.0.tar.bz2"
|
||||
tar = "https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.8.0/SVT-AV1-v1.8.0.tar.bz2"
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
11
recipes/wip/tracy/recipe.toml
Normal file
11
recipes/wip/tracy/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO missing script for "make", see https://github.com/wolfpld/tracy/releases/latest/download/tracy.pdf
|
||||
[source]
|
||||
tar = "https://github.com/wolfpld/tracy/archive/refs/tags/v0.10.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"glfw",
|
||||
"freetype2",
|
||||
"dbus",
|
||||
"capstone",
|
||||
]
|
||||
@ -1,6 +1,6 @@
|
||||
#TODO missing script for Meson, see https://wayland.freedesktop.org/xserver.html#heading_toc_j_3
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/xserver/xwayland-23.1.1.tar.xz"
|
||||
tar = "https://www.x.org/releases/individual/xserver/xwayland-23.2.3.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user