mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
Add recipes
This commit is contained in:
parent
93f7548636
commit
9e1a11cd59
8
recipes/wip/dev/radicle/recipe.toml
Normal file
8
recipes/wip/dev/radicle/recipe.toml
Normal file
@ -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
|
||||
"""
|
||||
8
recipes/wip/security/openpgp-ca/recipe.toml
Normal file
8
recipes/wip/security/openpgp-ca/recipe.toml
Normal file
@ -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
|
||||
"""
|
||||
5
recipes/wip/security/sq/recipe.toml
Normal file
5
recipes/wip/security/sq/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.com/sequoia-pgp/sequoia-sq"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/sqop/recipe.toml
Normal file
5
recipes/wip/security/sqop/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.com/sequoia-pgp/sequoia-sop"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/sqv/recipe.toml
Normal file
5
recipes/wip/security/sqv/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.com/sequoia-pgp/sequoia-sqv"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tui/radicle-tui/recipe.toml
Normal file
5
recipes/wip/tui/radicle-tui/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://seed.radicle.xyz/z39mP9rQAaGmERfUMPULfPUi473tY.git"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user