mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Update recipes
This commit is contained in:
parent
5e056850a4
commit
0d8b3816eb
@ -1,6 +1,7 @@
|
||||
#TODO pwd-grp crate error
|
||||
[source]
|
||||
tar = "https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.1.7/arti-arti-v1.1.7.tar.gz"
|
||||
git = "https://gitlab.torproject.org/tpo/core/arti"
|
||||
rev = "db9a5263e7b185b90750c658dff8e5a50fce0a2e"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO missing script for "make", see https://wiki.cubers.net/action/view/Linux_Support#Compiling_AssaultCube
|
||||
[source]
|
||||
tar = "https://github.com/assaultcube/AC/archive/refs/tags/v1.3.0.2.tar.gz"
|
||||
git = "https://github.com/assaultcube/AC"
|
||||
rev = "1ece5af7533983bb8f827616381d282470793d90"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO missing script for CMake, see https://github.com/ARM-software/astc-encoder/blob/main/Docs/Building.md#macos-and-linux-using-make
|
||||
[source]
|
||||
tar = "https://github.com/ARM-software/astc-encoder/archive/refs/tags/4.6.1.tar.gz"
|
||||
git = "https://github.com/ARM-software/astc-encoder"
|
||||
rev = "aeece2f609db959d1c5e43e4f00bd177ea130575"
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO require a patch on tokio (update the version)
|
||||
[source]
|
||||
tar = "https://github.com/ellie/atuin/archive/refs/tags/v14.0.1.tar.gz"
|
||||
git = "https://github.com/ellie/atuin"
|
||||
rev = "da2e58fbb17aa05510df2480f7e1d47e21e74c73"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO probably wrong script
|
||||
[source]
|
||||
tar = "https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.4.1.tar.gz"
|
||||
git = "https://github.com/BLAKE3-team/BLAKE3"
|
||||
rev = "5aa53f07f7188a569cadfc5daf1522972d9a9630"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
#TODO broken program
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/wcampbell0x2a/backhand/archive/refs/tags/v0.12.0.tar.gz"
|
||||
git = "https://github.com/wcampbell0x2a/backhand"
|
||||
rev = "96c83729a791526ff0a3fd8e9390740c25ae8184"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages backhand-cli
|
||||
"""
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO camino crate compilation error
|
||||
[source]
|
||||
tar = "https://github.com/Canop/bacon/archive/refs/tags/v2.8.1.tar.gz"
|
||||
git = "https://github.com/Canop/bacon"
|
||||
rev = "4ab9e68ba3003c4f6c97c07df0c2e23508890f52"
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO redox_syscall crate error
|
||||
[source]
|
||||
tar = "https://github.com/imsnif/bandwhich/archive/refs/tags/0.20.0.tar.gz"
|
||||
git = "https://github.com/imsnif/bandwhich"
|
||||
rev = "f987636f785f13fd9e96d942a6b73176c5673d1f"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO sys-info crate build.rs does not recognize Redox
|
||||
[source]
|
||||
tar = "https://github.com/sharkdp/bat/archive/refs/tags/v0.23.0.tar.gz"
|
||||
git = "https://github.com/sharkdp/bat"
|
||||
rev = "fc9546854f5a7b38823f4990453c6cde386bfd3b"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO atty crate error (after cargo update)
|
||||
[source]
|
||||
tar = "https://github.com/svartalf/rust-battop/archive/refs/tags/v0.2.4.tar.gz"
|
||||
git = "https://github.com/svartalf/rust-battop"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#TODO probably missing dependencies, see https://github.com/xtreme8000/BetterSpades#build-requirements
|
||||
#TODO probably wrong script, see https://github.com/xtreme8000/BetterSpades#linux
|
||||
[source]
|
||||
tar = "https://github.com/xtreme8000/BetterSpades/archive/refs/tags/v0.1.5.tar.gz"
|
||||
git = "https://github.com/xtreme8000/BetterSpades"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO missing script for the "hello_world" example and the "wayland" flag
|
||||
[source]
|
||||
tar = "https://github.com/bevyengine/bevy/archive/refs/tags/v0.11.1.tar.gz"
|
||||
git = "https://github.com/bevyengine/bevy"
|
||||
rev = "22e39c4abf6e2fdf99ba0820b3c35db73be71347"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
tar = "https://github.com/sharkdp/binocle/archive/refs/tags/v0.3.2.tar.gz"
|
||||
git = "https://github.com/sharkdp/binocle"
|
||||
rev = "f7e1bfe28938b5e289e8b353bf592aa3c26ca71f"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO tikv-jemalloc-sys crate error
|
||||
[source]
|
||||
tar = "https://github.com/biomejs/biome/archive/refs/tags/cli/v1.4.0.tar.gz"
|
||||
git = "https://github.com/biomejs/biome"
|
||||
rev = "a88751306242058374575b9f511e3c22213032b6"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO compilation error (after a cargo update and a patch on the ring and tokio crates)
|
||||
[source]
|
||||
tar = "https://github.com/oll3/bita/archive/refs/tags/v0.11.0.tar.gz"
|
||||
git = "https://github.com/oll3/bita"
|
||||
rev = "202579482b94db85e3e49e52dfba1edd498bf733"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO missing Meson build instructions
|
||||
[source]
|
||||
tar = "https://github.com/bottlesdevs/Bottles/archive/refs/tags/51.9.tar.gz"
|
||||
git = "https://github.com/bottlesdevs/Bottles"
|
||||
rev = "0914b2e34c1800784b26ca52d1a80f06d65252fa"
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO starship-battery crate compilation error
|
||||
[source]
|
||||
tar = "https://github.com/ClementTsang/bottom/archive/refs/tags/0.9.1.tar.gz"
|
||||
git = "https://github.com/ClementTsang/bottom"
|
||||
rev = "6d251098710f3119af11ecdd8761929acb010fab"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/joamag/boytacean/archive/refs/tags/0.9.16.tar.gz"
|
||||
git = "https://github.com/joamag/boytacean"
|
||||
rev = "1ef4a9d1689319722dff73dec4a824a7d4289f5d"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO nix crate compilation error
|
||||
[source]
|
||||
tar = "https://github.com/Canop/broot/archive/refs/tags/v1.22.1.tar.gz"
|
||||
git = "https://github.com/Canop/broot"
|
||||
rev = "c12f94f23551cbc7142ac6677385fa28cea29d1d"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO missing script for Premake or CMake, see https://github.com/bulletphysics/bullet3#build-instructions-for-bullet-using-premake-you-can-also-use-cmake-instead
|
||||
[source]
|
||||
tar = "https://github.com/bulletphysics/bullet3/archive/refs/tags/3.25.tar.gz"
|
||||
git = "https://github.com/bulletphysics/bullet3"
|
||||
rev = "2c204c49e56ed15ec5fcfa71d199ab6d6570b3f5"
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#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"
|
||||
git = "https://github.com/capstone-engine/capstone"
|
||||
rev = "097c04d9413c59a58b00d4d1c8d5dc0ac158ffaa"
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#TODO make nss work
|
||||
#TODO require Chromium building
|
||||
[source]
|
||||
tar = "https://github.com/fathyb/carbonyl/archive/refs/tags/v0.0.3.tar.gz"
|
||||
git = "https://github.com/fathyb/carbonyl"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO camino crate error
|
||||
[source]
|
||||
tar = "https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/0.6.0.tar.gz"
|
||||
git = "https://github.com/EmbarkStudios/cargo-about"
|
||||
rev = "2f6275808e651dca7d739dbbcd45efc48f4f388d"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO camino crate error (after a patch on the ring crate)
|
||||
[source]
|
||||
tar = "https://github.com/rustsec/rustsec/archive/refs/tags/cargo-audit/v0.18.3.tar.gz"
|
||||
git = "https://github.com/rustsec/rustsec"
|
||||
rev = "3544515990b09441ecc12df8d0291bc6f23d3d30"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user