diff --git a/recipes/wip/binocle/recipe.toml b/recipes/wip/binocle/recipe.toml index b18eb77c228df95fc6101963e94c5627ab006d02..59c133c60bdaaa224c5ebb702e1fc874c05d20dd 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 b937336787ccf0eed4e19abcbb5c64db6e0e3110..e27f42222cc1bea653f426f46ca998a7a02095c8 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 0000000000000000000000000000000000000000..e8c68d9ac02ae0caa493205eff5cc0301bc74508 --- /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 0000000000000000000000000000000000000000..35d68020ed17817ccc957f857fb67d68549b488b --- /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 0000000000000000000000000000000000000000..b313e6693c44e6b54bb6cd7304530c9617b0b4d5 --- /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 0000000000000000000000000000000000000000..1b243f8c1523817c1c537c99df74f409ef1f31c3 --- /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"