diff --git a/recipes/wip/dev/radicle/recipe.toml b/recipes/wip/dev/radicle/recipe.toml new file mode 100644 index 000000000..230ebfa05 --- /dev/null +++ b/recipes/wip/dev/radicle/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git" +[build] +template = "custom" +script = """ +cookbook_cargo_packages radicle-cli radicle-node radicle-remote-helper +""" diff --git a/recipes/wip/security/openpgp-ca/recipe.toml b/recipes/wip/security/openpgp-ca/recipe.toml new file mode 100644 index 000000000..b46591a95 --- /dev/null +++ b/recipes/wip/security/openpgp-ca/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://gitlab.com/openpgp-ca/openpgp-ca" +[build] +template = "custom" +script = """ +cookbook_cargo_packages openpgp-ca openpgp-ca-restd +""" diff --git a/recipes/wip/security/sq/recipe.toml b/recipes/wip/security/sq/recipe.toml new file mode 100644 index 000000000..d8be236f6 --- /dev/null +++ b/recipes/wip/security/sq/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://gitlab.com/sequoia-pgp/sequoia-sq" +[build] +template = "cargo" diff --git a/recipes/wip/security/sqop/recipe.toml b/recipes/wip/security/sqop/recipe.toml new file mode 100644 index 000000000..c60c1972e --- /dev/null +++ b/recipes/wip/security/sqop/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://gitlab.com/sequoia-pgp/sequoia-sop" +[build] +template = "cargo" diff --git a/recipes/wip/security/sqv/recipe.toml b/recipes/wip/security/sqv/recipe.toml new file mode 100644 index 000000000..988682ab0 --- /dev/null +++ b/recipes/wip/security/sqv/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://gitlab.com/sequoia-pgp/sequoia-sqv" +[build] +template = "cargo" diff --git a/recipes/wip/tui/radicle-tui/recipe.toml b/recipes/wip/tui/radicle-tui/recipe.toml new file mode 100644 index 000000000..da31915c8 --- /dev/null +++ b/recipes/wip/tui/radicle-tui/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://seed.radicle.xyz/z39mP9rQAaGmERfUMPULfPUi473tY.git" +[build] +template = "cargo"