From ffa5dd35ec2ebb41e112aafacef134adbc348ac6 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 9 May 2024 15:54:24 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/gfold/recipe.toml | 8 ++++++++ recipes/wip/dev/leetup/recipe.toml | 5 +++++ recipes/wip/dev/ucd-generate/recipe.toml | 5 +++++ recipes/wip/science/scidataflow/recipe.toml | 5 +++++ 4 files changed, 23 insertions(+) create mode 100644 recipes/wip/dev/gfold/recipe.toml create mode 100644 recipes/wip/dev/leetup/recipe.toml create mode 100644 recipes/wip/dev/ucd-generate/recipe.toml create mode 100644 recipes/wip/science/scidataflow/recipe.toml diff --git a/recipes/wip/dev/gfold/recipe.toml b/recipes/wip/dev/gfold/recipe.toml new file mode 100644 index 00000000..59d41633 --- /dev/null +++ b/recipes/wip/dev/gfold/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/nickgerace/gfold" +[build] +template = "custom" +script = """ +cookbook_cargo_packages gfold +""" diff --git a/recipes/wip/dev/leetup/recipe.toml b/recipes/wip/dev/leetup/recipe.toml new file mode 100644 index 00000000..95569337 --- /dev/null +++ b/recipes/wip/dev/leetup/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dragfire/leetup" +[build] +template = "cargo" diff --git a/recipes/wip/dev/ucd-generate/recipe.toml b/recipes/wip/dev/ucd-generate/recipe.toml new file mode 100644 index 00000000..8fd688e0 --- /dev/null +++ b/recipes/wip/dev/ucd-generate/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/BurntSushi/ucd-generate" +[build] +template = "cargo" diff --git a/recipes/wip/science/scidataflow/recipe.toml b/recipes/wip/science/scidataflow/recipe.toml new file mode 100644 index 00000000..31918e7c --- /dev/null +++ b/recipes/wip/science/scidataflow/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/vsbuffalo/scidataflow" +[build] +template = "cargo"