mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Add recipes
This commit is contained in:
parent
c83f2ed50f
commit
b9116617c1
5
recipes/wip/dev/licensure/recipe.toml
Normal file
5
recipes/wip/dev/licensure/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/chasinglogic/licensure"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/precious/recipe.toml
Normal file
5
recipes/wip/dev/precious/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/houseabsolute/precious"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/finance/apcacli/recipe.toml
Normal file
5
recipes/wip/finance/apcacli/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/d-e-s-o/apcacli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/games/tetromino/recipe.toml
Normal file
5
recipes/wip/games/tetromino/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/d-e-s-o/tetromino"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/dify/recipe.toml
Normal file
5
recipes/wip/graphics/dify/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jihchi/dify"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/libs/libhidapi/recipe.toml
Normal file
9
recipes/wip/libs/libhidapi/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO missing script for CMake, see https://github.com/libusb/hidapi/blob/master/BUILD.cmake.md
|
||||
[source]
|
||||
git = "https://github.com/libusb/hidapi"
|
||||
rev = "d3013f0af3f4029d82872c1a9487ea461a56dee4"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libiconv",
|
||||
]
|
||||
8
recipes/wip/security/nitrocli/recipe.toml
Normal file
8
recipes/wip/security/nitrocli/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/d-e-s-o/nitrocli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libhidapi",
|
||||
]
|
||||
5
recipes/wip/tools/notnow/recipe.toml
Normal file
5
recipes/wip/tools/notnow/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/d-e-s-o/notnow"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/tools/sam/recipe.toml
Normal file
8
recipes/wip/tools/sam/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/r-zenine/sam"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages sam-cli
|
||||
"""
|
||||
5
recipes/wip/tools/tq/recipe.toml
Normal file
5
recipes/wip/tools/tq/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cryptaliagy/tq-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user