mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Update recipes
This commit is contained in:
parent
64c9f9b999
commit
7b4315ab4b
@ -1,4 +1,4 @@
|
||||
#TODO wgpu-hal crate error
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
tar = "https://github.com/sharkdp/binocle/archive/refs/tags/v0.3.2.tar.gz"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO probably wrong script, lacking build instructions
|
||||
#TODO tikv-jemalloc-sys crate error
|
||||
[source]
|
||||
tar = "https://github.com/biomejs/biome/archive/refs/tags/cli/v1.4.0.tar.gz"
|
||||
[build]
|
||||
|
||||
11
recipes/wip/cotp/recipe.toml
Normal file
11
recipes/wip/cotp/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/replydev/cotp/archive/refs/tags/v1.3.0.tar.gz"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libxcb",
|
||||
"libx11",
|
||||
"libxfixes",
|
||||
"libxkbcommon",
|
||||
]
|
||||
5
recipes/wip/rustyvault/recipe.toml
Normal file
5
recipes/wip/rustyvault/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Tongsuo-Project/RustyVault"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/swc/recipe.toml
Normal file
5
recipes/wip/swc/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/swc-project/swc"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/sws/recipe.toml
Normal file
5
recipes/wip/sws/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/static-web-server/static-web-server/archive/refs/tags/v2.24.1.tar.gz"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user