update recipes

This commit is contained in:
Ribbon 2023-12-17 16:23:10 +00:00
parent 74bcf0f1d2
commit 191f5b4cb6
37 changed files with 66 additions and 59 deletions

View File

@ -1,5 +1,6 @@
#TODO compiled after cargo update but not tested
[source]
tar = "https://github.com/nnethercote/counts/archive/refs/tags/0.2.0.tar.gz"
git = "https://github.com/nnethercote/counts"
rev = "b940cac134ef81cf593567a6e693b9afbe89fa2d"
[build]
template = "cargo"

View File

@ -1,6 +1,7 @@
#TODO missing script for CMake, see https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/wiki/manual-build#build-and-install-cpu-x
[source]
tar = "https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/archive/refs/tags/v5.0.2.tar.gz"
git = "https://github.com/TheTumultuousUnicornOfDarkness/CPU-X"
rev = "b957c031a2eab2c6c88275c4616a6a5e8c8e7670"
[build]
template = "custom"
dependencies = [

View File

@ -1,6 +1,7 @@
#TODO maybe wrong template, see https://github.com/JayDDee/cpuminer-opt/wiki/Compiling-from-source
[source]
tar = "https://github.com/JayDDee/cpuminer-opt/archive/refs/tags/v23.13.tar.gz"
git = "https://github.com/JayDDee/cpuminer-opt"
rev = "9d3a46c3551655f862db74a195e769fe86266903"
[build]
template = "configure"
dependencies = [

View File

@ -1,6 +1,7 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/the-lean-crate/criner/archive/refs/tags/v0.3.1.tar.gz"
git = "https://github.com/the-lean-crate/criner"
rev = "e0cd0e1c7937477c466d46e4fd571ddfd15fb4d7"
[build]
template = "custom"
script = """

View File

@ -1,6 +1,7 @@
#TODO Not compiled/tested yet
[source]
tar = "https://github.com/fabiangreffrath/crispy-doom/archive/refs/tags/crispy-doom-6.0.tar.gz"
git = "https://github.com/fabiangreffrath/crispy-doom"
rev = "593f5b97023ed39b7640073160c06895bbfc3d26"
[build]
template = "configure"
dependencies = [

View File

@ -1,6 +1,7 @@
#TODO Compiled but not tested yet
[source]
tar = "https://github.com/qarmin/czkawka/archive/refs/tags/6.0.0.tar.gz"
git = "https://github.com/qarmin/czkawka"
rev = "44400e08af3c8f030493b8ec6fa965c7d42e560e"
[build]
template = "custom"
script = """

View File

@ -1,5 +1,6 @@
#TODO missing script for "ant", see https://github.com/dacapobench/dacapobench#building
[source]
tar = "https://github.com/dacapobench/dacapobench/archive/refs/tags/v23.11-chopin.tar.gz"
git = "https://github.com/dacapobench/dacapobench"
rev = "fd292e92f8c40495a6ca05ff3b8a77c6c4265606"
[build]
template = "custom"

View File

@ -1,5 +1,6 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/orhun/daktilo/archive/refs/tags/v0.1.0.tar.gz"
git = "https://github.com/orhun/daktilo"
rev = "f51dde4e1b83fb18018ebb25ff246613a136817f"
[build]
template = "cargo"

View File

@ -1,5 +1,6 @@
#TODO missing script for Meson, see https://code.videolan.org/videolan/dav1d#compile
[source]
tar = "https://code.videolan.org/videolan/dav1d/-/archive/1.3.0/dav1d-1.3.0.tar.bz2"
git = "https://code.videolan.org/videolan/dav1d"
rev = "48035599cdd4e4415732e408c407e0c1cd1c7444"
[build]
template = "custom"

View File

@ -1,4 +1,4 @@
#TODO missing Unix sockets support?
#TODO missing Unix domain sockets support
[source]
tar = "https://dbus.freedesktop.org/releases/dbus/dbus-1.14.10.tar.xz"
[build]

View File

@ -2,7 +2,8 @@
#TODO build the editor, see https://github.com/defold/defold/blob/dev/editor/README_BUILD.md
# probably the SDKs can't run on Redox, avoid them
[source]
tar = "https://github.com/defold/defold/archive/refs/tags/1.6.2.tar.gz"
git = "https://github.com/defold/defold"
rev = "4e156b7cf37a380122aada30dacbf2b590ead76b"
[build]
template = "custom"
dependencies = [

View File

@ -1,6 +1,7 @@
#TODO Not compiled or tested yet
[source]
tar = "https://github.com/dandavison/delta/archive/refs/tags/0.15.1.tar.gz"
git = "https://github.com/dandavison/delta"
rev = "03f1569a9aff964e9291371d9928d0584327eae2"
[build]
template = "custom"
dependencies = [

View File

@ -1,6 +1,7 @@
#TODO not compiled/tested yet
[source]
tar = "https://github.com/Wilfred/difftastic/archive/refs/tags/0.47.0.tar.gz"
git = "https://github.com/Wilfred/difftastic"
rev = "a67ad5b9afe31e577540f27280885652c792b103"
[build]
template = "cargo"
dependencies = [

View File

@ -1,6 +1,7 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/rust-diplomat/diplomat/archive/refs/tags/v0.6.0.tar.gz"
git = "https://github.com/rust-diplomat/diplomat"
rev = "01bfb4bc53211e1c2a5ea58f64205c3a06727f7d"
[build]
template = "custom"
script = """

View File

@ -1,5 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/Doctave/doctave/archive/refs/tags/0.4.2.tar.gz"
git = "https://github.com/Doctave/doctave"
[build]
template = "cargo"

View File

@ -1,12 +0,0 @@
#TODO Probably needs to run the "build.sh" file or wrong repository, see https://github.com/dotnet/installer#building-net-70-and-net-60
#TODO Missing dependency recipes, see: https://github.com/dotnet/runtime/blob/main/docs/workflow/requirements/linux-requirements.md#toolchain-setup
[source]
tar = "https://github.com/dotnet/installer/archive/refs/tags/v6.0.416.tar.gz"
[build]
template = "custom"
dependencies = [
"openssl1",
"zlib",
"kerberos5",
"lttng-ust",
]

View File

@ -1,12 +0,0 @@
#TODO Probably needs to run the "build.sh" file or wrong repository, see https://github.com/dotnet/installer#building-net-70-and-net-60
#TODO Missing dependency recipes, see: https://github.com/dotnet/runtime/blob/main/docs/workflow/requirements/linux-requirements.md#toolchain-setup
[source]
tar = "https://github.com/dotnet/installer/archive/refs/tags/v7.0.403.tar.gz"
[build]
template = "custom"
dependencies = [
"openssl1",
"zlib",
"kerberos5",
"lttng-ust",
]

View File

@ -1,6 +1,7 @@
#TODO region crate error (after a patch on ring)
[source]
tar = "https://github.com/dprint/dprint/archive/refs/tags/0.41.0.tar.gz"
git = "https://github.com/dprint/dprint"
rev = "1a71f9c58a076ad46ef1bb63d1585add20002f32"
[build]
template = "custom"
script = """

View File

@ -1,6 +1,7 @@
#TODO Compilation error (after a patch to update tokio on Cargo.toml)
[source]
tar = "https://github.com/fcsonline/drill/archive/refs/tags/0.8.3.tar.gz"
git = "https://github.com/fcsonline/drill"
rev = "f56d89a25fc5838da57727a75ec3340758c30318"
[build]
template = "cargo"
dependencies = [

View File

@ -1,5 +1,6 @@
#TODO open crate error
[source]
tar = "https://github.com/Byron/dua-cli/archive/refs/tags/v2.20.1.tar.gz"
git = "https://github.com/Byron/dua-cli"
rev = "491b5587ca0e9d157b9a4f8907c35137d57983d5"
[build]
template = "cargo"

View File

@ -1,5 +1,6 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/adam-mcdaniel/dune/archive/refs/tags/v0.1.9.tar.gz"
git = "https://github.com/adam-mcdaniel/dune"
rev = "a0750ad11341bd94c2f2808601ef4bc73d5cf445"
[build]
template = "cargo"

View File

@ -1,5 +1,6 @@
#TODO compiled but not tested
[source]
tar = "https://github.com/bootandy/dust/archive/refs/tags/v0.8.6.tar.gz"
git = "https://github.com/bootandy/dust"
rev = "b8aab2df979004d13c84006e378297af10e20777"
[build]
template = "cargo"

View File

@ -1,5 +1,6 @@
#TODO missing script for "make", see https://github.com/elixir-lang/elixir#compiling-from-source
[source]
tar = "https://github.com/elixir-lang/elixir/archive/refs/tags/v1.15.7.tar.gz"
git = "https://github.com/elixir-lang/elixir"
rev = "927b10df80ee1c1c7396e68efe00d06bc3e80420"
[build]
template = "custom"

View File

@ -1,5 +1,6 @@
#TODO missing script for building, lacking build instructions
[source]
tar = "https://github.com/elm/compiler/archive/refs/tags/0.19.1.tar.gz"
git = "https://github.com/elm/compiler"
rev = "c9aefb6230f5e0bda03205ab0499f6e4af924495"
[build]
template = "custom"

View File

@ -1,6 +1,7 @@
#TODO missing script for CMake, see https://github.com/embree/embree#linux-and-macos
[source]
tar = "https://github.com/embree/embree/archive/refs/tags/v4.3.0.tar.gz"
git = "https://github.com/embree/embree"
rev = "be0accfd0b246e2b03355b8ee7710a22c1b49240"
[build]
template = "custom"
dependencies = [

View File

@ -1,5 +1,6 @@
#TODO program source code error
[source]
tar = "https://github.com/solidiquis/erdtree/archive/refs/tags/v2.0.0.tar.gz"
git = "https://github.com/solidiquis/erdtree"
rev = "2b1db8bcc843c3fa8b634df86f94716c75ca470a"
[build]
template = "cargo"

View File

@ -1,6 +1,7 @@
#TODO missing script for building, see https://espanso.org/docs/install/linux/#wayland-compile
[source]
tar = "https://github.com/espanso/espanso/archive/refs/tags/v2.1.8.tar.gz"
git = "https://github.com/espanso/espanso"
rev = "b421bcf73fa13506938d62425459d6c16c6a8d0a"
[build]
template = "custom"
dependencies = [

View File

@ -1,5 +1,5 @@
#TODO rustyline crate error
[source]
tar = "https://github.com/nerdypepper/eva/archive/refs/tags/v0.3.1.tar.gz"
git = "https://github.com/nerdypepper/eva"
[build]
template = "cargo"

View File

@ -1,6 +1,7 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/evcxr/evcxr/archive/refs/tags/v0.15.1.tar.gz"
git = "https://github.com/evcxr/evcxr"
rev = "e6deec6060bc47297eb90674cca496c6874f99ba"
[build]
template = "custom"
script = """

View File

@ -1,6 +1,7 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/evcxr/evcxr/archive/refs/tags/v0.15.1.tar.gz"
git = "https://github.com/evcxr/evcxr"
rev = "e6deec6060bc47297eb90674cca496c6874f99ba"
[build]
template = "custom"
script = """

View File

@ -1,6 +1,6 @@
#TODO Make GTK3 work
[source]
tar = "https://github.com/elkowar/eww/archive/refs/tags/v0.4.0.tar.gz"
git = "https://github.com/elkowar/eww"
[build]
template = "cargo"
dependencies = [

View File

@ -1,5 +1,6 @@
#TODO outdated redox_syscall crate
[source]
tar = "https://github.com/eza-community/eza/archive/refs/tags/v0.11.0.tar.gz"
git = "https://github.com/eza-community/eza"
rev = "edcf392c78abd8abea76d4f59fb639ad134a0d8b"
[build]
template = "cargo"

View File

@ -1,5 +1,6 @@
#TODO file-owner crate error
[source]
tar = "https://github.com/pkolaczk/fclones/archive/refs/tags/v0.30.0.tar.gz"
git = "https://github.com/pkolaczk/fclones"
rev = "a55e427dadc8eb6f6c9ecc967fb6e0bdf5257123"
[build]
template = "cargo"

View File

@ -1,6 +1,7 @@
#TODO compilation error (after a patch on the ring crate)
[source]
tar = "https://github.com/printfn/fend/archive/refs/tags/v1.2.2.tar.gz"
git = "https://github.com/printfn/fend"
rev = "e2b728fcf804cfaff4bda86eff495adda81a50d7"
[build]
template = "custom"
script = """

View File

@ -1,6 +1,7 @@
#TODO compilation error (after a patch on the ring crate)
[source]
tar = "https://github.com/ffizer/ffizer/archive/refs/tags/2.10.3.tar.gz"
git = "https://github.com/ffizer/ffizer"
rev = "050eedc1a609575b4fe21649f8995aa803b6c9bb"
[build]
template = "custom"
script = """

View File

@ -1,5 +1,6 @@
#TODO not compiled or tested
[source]
tar = "https://github.com/file/file/archive/refs/tags/FILE5_44.tar.gz"
git = "https://github.com/file/file"
rev = "4cbd5c8f0851201d203755b76cb66ba991ffd8be"
[build]
template = "configure"

View File

@ -1,5 +1,6 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/axboe/fio/archive/refs/tags/fio-3.36.tar.gz"
git = "https://github.com/axboe/fio"
rev = "624e263f6acb1563471a83601ce19dfb77ac5694"
[build]
template = "configure"