Skip to content
Snippets Groups Projects
Commit 5e056850 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Update recipes

parent 68d91128
No related branches found
No related tags found
No related merge requests found
#TODO compiled but not tested #TODO compiled but not tested
[source] [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] [build]
template = "cargo" template = "cargo"
#TODO openssl-sys crate compilation error #TODO openssl-sys crate compilation error
[source] [source]
tar = "https://github.com/mihaigalos/aim/archive/refs/tags/1.8.5.tar.gz" git = "https://github.com/mihaigalos/aim"
rev = "bd1c6f91061cd7bc1c849a75e7616a2de90408dd"
[build] [build]
dependencies = [ dependencies = [
"openssl1", "openssl1",
......
#TODO make Wayland work #TODO make Wayland work
[source] [source]
tar = "https://github.com/alacritty/alacritty/archive/refs/tags/v0.12.3.tar.gz" git = "https://github.com/alacritty/alacritty"
rev = "5efb0690a3174dd4e21516bda59f74f3aa8ba3e3"
[build] [build]
template = "custom" template = "custom"
dependencies = [ dependencies = [
......
#TODO move to the "tools" category #TODO move to the "tools" category
[source] [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] [build]
template = "custom" template = "custom"
script = """ script = """
......
#TODO missing script for QMake, see https://github.com/AnimeEffectsDevs/AnimeEffects#clone--building #TODO missing script for QMake, see https://github.com/AnimeEffectsDevs/AnimeEffects#clone--building
[source] [source]
tar = "https://github.com/AnimeEffectsDevs/AnimeEffects/archive/refs/tags/v1.5.0.tar.gz" git = "https://github.com/AnimeEffectsDevs/AnimeEffects"
rev = "6080497684809aa5c73bf015fec36e88443f6d11"
[build] [build]
template = "custom" template = "custom"
dependencies = [ dependencies = [
......
#TODO missing script for CMake, see https://github.com/appleseedhq/appleseed/wiki/Building-appleseed-on-Linux #TODO missing script for CMake, see https://github.com/appleseedhq/appleseed/wiki/Building-appleseed-on-Linux
[source] [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] [build]
template = "custom" template = "custom"
dependencies = [ dependencies = [
......
#TODO openssl-sys crate error #TODO openssl-sys crate error
[source] [source]
tar = "https://github.com/FineFindus/artem/archive/refs/tags/v1.2.1.tar.gz" git = "https://github.com/FineFindus/artem"
rev = "fcb2424155febea1c2763652f1e87199f1e0e0eb"
[build] [build]
template = "custom" template = "custom"
dependencies = [ dependencies = [
......
#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] [source]
tar = "https://github.com/rustsec/rustsec/archive/refs/tags/cargo-audit/v0.18.3.tar.gz" tar = "https://github.com/rustsec/rustsec/archive/refs/tags/cargo-audit/v0.18.3.tar.gz"
[build] [build]
......
#TODO Not compiled or tested
[source]
git = "https://github.com/Atticus64/news"
rev = "84d7598c6ec44fa9c1ee2a42d0c73163e3c7e407"
[build]
template = "cargo"
#TODO Not compiled or tested
[source]
git = "https://github.com/torrust/torrust-tracker"
rev = "048d35c1172d686ce85cadaa42f77d30703ca80a"
[build]
template = "cargo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment