mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Update recipes
This commit is contained in:
parent
68d9112899
commit
5e056850a4
@ -1,5 +1,6 @@
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
tar = "https://github.com/kevinmatthes/aeruginous-rs/archive/refs/tags/v3.3.0.tar.gz"
|
||||
git = "https://github.com/kevinmatthes/aeruginous-rs"
|
||||
rev = "a129a3ff2d97cc288db816d3a263991094aecbc9"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO openssl-sys crate compilation error
|
||||
[source]
|
||||
tar = "https://github.com/mihaigalos/aim/archive/refs/tags/1.8.5.tar.gz"
|
||||
git = "https://github.com/mihaigalos/aim"
|
||||
rev = "bd1c6f91061cd7bc1c849a75e7616a2de90408dd"
|
||||
[build]
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO make Wayland work
|
||||
[source]
|
||||
tar = "https://github.com/alacritty/alacritty/archive/refs/tags/v0.12.3.tar.gz"
|
||||
git = "https://github.com/alacritty/alacritty"
|
||||
rev = "5efb0690a3174dd4e21516bda59f74f3aa8ba3e3"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO move to the "tools" category
|
||||
[source]
|
||||
tar = "https://github.com/pystardust/ani-cli/archive/refs/tags/v4.6.tar.gz"
|
||||
git = "https://github.com/pystardust/ani-cli"
|
||||
rev = "4a77bca5d95ae755ab5ac129c2db2025feab217b"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO missing script for QMake, see https://github.com/AnimeEffectsDevs/AnimeEffects#clone--building
|
||||
[source]
|
||||
tar = "https://github.com/AnimeEffectsDevs/AnimeEffects/archive/refs/tags/v1.5.0.tar.gz"
|
||||
git = "https://github.com/AnimeEffectsDevs/AnimeEffects"
|
||||
rev = "6080497684809aa5c73bf015fec36e88443f6d11"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO missing script for CMake, see https://github.com/appleseedhq/appleseed/wiki/Building-appleseed-on-Linux
|
||||
[source]
|
||||
tar = "https://github.com/appleseedhq/appleseed/archive/refs/tags/2.1.0-beta.tar.gz"
|
||||
git = "https://github.com/appleseedhq/appleseed"
|
||||
rev = "015adb503af58cb80103e0c3ddeefc20d99d204f"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO openssl-sys crate error
|
||||
[source]
|
||||
tar = "https://github.com/FineFindus/artem/archive/refs/tags/v1.2.1.tar.gz"
|
||||
git = "https://github.com/FineFindus/artem"
|
||||
rev = "fcb2424155febea1c2763652f1e87199f1e0e0eb"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Weird error with libssh2-sys crate (after a patch on the ring crate)
|
||||
#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"
|
||||
[build]
|
||||
|
||||
6
recipes/wip/news-rs/recipe.toml
Normal file
6
recipes/wip/news-rs/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Atticus64/news"
|
||||
rev = "84d7598c6ec44fa9c1ee2a42d0c73163e3c7e407"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/torrust-tracker/recipe.toml
Normal file
6
recipes/wip/torrust-tracker/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/torrust/torrust-tracker"
|
||||
rev = "048d35c1172d686ce85cadaa42f77d30703ca80a"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user