From 7b4315ab4b1ef24fdfdfea78a52412c53377743c Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 15 Dec 2023 23:59:23 +0000 Subject: [PATCH] Update recipes --- recipes/wip/binocle/recipe.toml | 2 +- recipes/wip/biome/recipe.toml | 2 +- recipes/wip/cotp/recipe.toml | 11 +++++++++++ recipes/wip/rustyvault/recipe.toml | 5 +++++ recipes/wip/swc/recipe.toml | 5 +++++ recipes/wip/sws/recipe.toml | 5 +++++ 6 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 recipes/wip/cotp/recipe.toml create mode 100644 recipes/wip/rustyvault/recipe.toml create mode 100644 recipes/wip/swc/recipe.toml create mode 100644 recipes/wip/sws/recipe.toml 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" -- GitLab