diff --git a/recipes/wip/binocle/recipe.toml b/recipes/wip/binocle/recipe.toml index b18eb77c2..59c133c60 100644 --- a/recipes/wip/binocle/recipe.toml +++ b/recipes/wip/binocle/recipe.toml @@ -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] diff --git a/recipes/wip/biome/recipe.toml b/recipes/wip/biome/recipe.toml index b93733678..e27f42222 100644 --- a/recipes/wip/biome/recipe.toml +++ b/recipes/wip/biome/recipe.toml @@ -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] diff --git a/recipes/wip/cotp/recipe.toml b/recipes/wip/cotp/recipe.toml new file mode 100644 index 000000000..e8c68d9ac --- /dev/null +++ b/recipes/wip/cotp/recipe.toml @@ -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", +] diff --git a/recipes/wip/rustyvault/recipe.toml b/recipes/wip/rustyvault/recipe.toml new file mode 100644 index 000000000..35d68020e --- /dev/null +++ b/recipes/wip/rustyvault/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Tongsuo-Project/RustyVault" +[build] +template = "cargo" diff --git a/recipes/wip/swc/recipe.toml b/recipes/wip/swc/recipe.toml new file mode 100644 index 000000000..b313e6693 --- /dev/null +++ b/recipes/wip/swc/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +tar = "https://github.com/swc-project/swc" +[build] +template = "cargo" diff --git a/recipes/wip/sws/recipe.toml b/recipes/wip/sws/recipe.toml new file mode 100644 index 000000000..1b243f8c1 --- /dev/null +++ b/recipes/wip/sws/recipe.toml @@ -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"