Update recipes

This commit is contained in:
Ribbon 2023-12-14 00:34:44 +00:00
parent bc9ee36d5c
commit 6156be4571
12 changed files with 57 additions and 3 deletions

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

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

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

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

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

View File

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

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/ZingerLittleBee/netop"
[build]
template = "cargo"
dependencies = [
"libpcap",
]

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/J-Bockhofer/succeed2ban-tui"
[build]
template = "cargo"

View File

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

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

View File

@ -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 = [