mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
update recipes
This commit is contained in:
parent
118c0a77ae
commit
74bcf0f1d2
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO camino crate error (after a patch on ring)
|
||||
[source]
|
||||
git = "https://github.com/foresterre/cargo-msrv"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
#TODO camino crate error
|
||||
[source]
|
||||
tar = "https://github.com/sourcefrog/cargo-mutants/archive/refs/tags/cargo-mutants-1.2.3.tar.gz"
|
||||
git = "https://github.com/sourcefrog/cargo-mutants"
|
||||
rev = "6c254852eb79273b87e2ec50606bf82f9a5db0b6"
|
||||
rev = "
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/xd009642/tarpaulin/archive/refs/tags/0.27.1.tar.gz"
|
||||
git = "https://github.com/xd009642/tarpaulin"
|
||||
rev = "669e0b4d0e1f880f118ea481b43e309bd6c9154c"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/slint-ui/cargo-ui/archive/refs/tags/v0.3.3.tar.gz"
|
||||
git = "https://github.com/slint-ui/cargo-ui"
|
||||
rev = "230652da8e9d91f109d5e4be3a5831452243ebc0"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/watchexec/cargo-watch/archive/refs/tags/v8.4.1.tar.gz"
|
||||
git = "https://github.com/watchexec/cargo-watch"
|
||||
rev = "0a85f5f76bf35009233f751c91f02d31afd2b94f"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO Not compiled or tested yet
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/rust-cross/cargo-zigbuild/archive/refs/tags/v0.16.12.tar.gz"
|
||||
git = "https://github.com/rust-cross/cargo-zigbuild"
|
||||
rev = "52be7dd2359cfbca8f1d0c1ae36b4f7bae64bafc"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/karlstav/cava/archive/refs/tags/0.9.1.tar.gz"
|
||||
git = "https://github.com/karlstav/cava"
|
||||
rev = "81211e9e16302312ee4322a99840c110bce0e13d"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
|
||||
@ -1,9 +1,6 @@
|
||||
#TODO missing script for "make", see https://github.com/yaa110/cb#build-manually
|
||||
#TODO probably wrong dependency
|
||||
#TODO add the X11 libraries
|
||||
[source]
|
||||
git = "https://github.com/yaa110/cb"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libxcb",
|
||||
]
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/mozilla/cbindgen/archive/refs/tags/0.26.0.tar.gz"
|
||||
git = "https://github.com/mozilla/cbindgen"
|
||||
rev = "703b53c06f9fe2dbc0193d67626558cfa84a0f62"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO missing script for "just" and require Go, see https://github.com/hwittenborn/celeste/blob/develop/BUILDING.md
|
||||
[source]
|
||||
tar = "https://github.com/hwittenborn/celeste/archive/refs/tags/v0.8.1.tar.gz"
|
||||
git = "https://github.com/hwittenborn/celeste"
|
||||
rev = "2ea8dc00ed001d045792e974b46264d920090606"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/thomas-mauran/chess-tui/archive/refs/tags/1.0.0.tar.gz"
|
||||
git = "https://github.com/thomas-mauran/chess-tui"
|
||||
rev = "b61e559b26e4de63808509fc2626730a4ff31774"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO compiled after cargo update but not tested
|
||||
#TODO compiled but not tested (after cargo update)
|
||||
[source]
|
||||
tar = "https://github.com/theryangeary/choose/archive/refs/tags/v1.3.4.tar.gz"
|
||||
git = "https://github.com/theryangeary/choose"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO missing script for "make", see https://github.com/mitnk/cicada/blob/master/docs/install.md#option-c-via-source
|
||||
[source]
|
||||
tar = "https://github.com/mitnk/cicada/archive/refs/tags/v0.9.38.tar.gz"
|
||||
git = "https://github.com/mitnk/cicada"
|
||||
rev = "710988133335582d43c74e04d0d7f95c034e2c21"
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#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"
|
||||
git = "https://github.com/vgvassilev/cling"
|
||||
rev = "ab81cdcc61f26dfd6a31fb141f1f4b335f6922be"
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/RastislavKish/clipshare/archive/refs/tags/v0.1.2.tar.gz"
|
||||
git = "https://github.com/RastislavKish/clipshare"
|
||||
rev = "2afa9c5af1a5ebaa6e1e372da6e01a289d31fdb3"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO probably wrong script, see https://github.com/RastislavKish/clipshare#building
|
||||
[source]
|
||||
tar = "https://github.com/RastislavKish/clipshare/archive/refs/tags/v0.1.2.tar.gz"
|
||||
git = "https://github.com/RastislavKish/clipshare"
|
||||
rev = "2afa9c5af1a5ebaa6e1e372da6e01a289d31fdb3"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO Needs to patch the rustc-serialize crate and update the redox_syscall version
|
||||
[source]
|
||||
tar = "https://github.com/clog-tool/clog-cli/archive/refs/tags/v0.9.3.tar.gz"
|
||||
git = "https://github.com/clog-tool/clog-cli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO missing script for CMake, see https://github.com/commonmark/cmark#installing
|
||||
[source]
|
||||
tar = "https://github.com/commonmark/cmark/archive/refs/tags/0.30.3.tar.gz"
|
||||
git = "https://github.com/commonmark/cmark"
|
||||
rev = "5ba25ff40eba44c811f79ab6a792baf945b8307c"
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO Not compiled or tested yet
|
||||
[source]
|
||||
tar = "https://github.com/cmus/cmus/archive/refs/tags/v2.10.0.tar.gz"
|
||||
git = "https://github.com/cmus/cmus"
|
||||
rev = "ade6e2a7253d7a256e87fdac3da17c9158e6700e"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/cobalt-org/cobalt.rs/archive/refs/tags/v0.19.0.tar.gz"
|
||||
git = "https://github.com/cobalt-org/cobalt.rs"
|
||||
rev = "70e8e19631819c7f552b63c35f4907920d23ae22"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/sloganking/codevis/archive/refs/tags/v0.8.4.tar.gz"
|
||||
git = "https://github.com/sloganking/codevis"
|
||||
rev = "af85406a2e5ebe3a0c8d1cd679c8184f6f7a99d2"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO probably wrong script, see https://conky.cc/documents/compiling
|
||||
[source]
|
||||
tar = "https://github.com/brndnmtthws/conky/archive/refs/tags/v1.19.6.tar.gz"
|
||||
git = "https://github.com/brndnmtthws/conky"
|
||||
rev = "bbdc7081aec27daafca07fc40523335a2ea0a992"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO missing script for CMake, see https://github.com/Faster3ck/Converseen/blob/main/INSTALL.md#install-converseen-using-qt6
|
||||
[source]
|
||||
tar = "https://github.com/Faster3ck/Converseen/archive/refs/tags/v0.12.0.0.tar.gz"
|
||||
git = "https://github.com/Faster3ck/Converseen"
|
||||
rev = "9b2821b5ed6673a7abebbe4ee42f4718ab366485"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/replydev/cotp/archive/refs/tags/v1.3.0.tar.gz"
|
||||
git = "https://github.com/replydev/cotp"
|
||||
rev = "ac3c11dda7b66c0c70a4106b769b5db53becc558"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user