Add recipes

This commit is contained in:
Ribbon 2024-05-11 04:50:16 +00:00
parent c83f2ed50f
commit b9116617c1
10 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/chasinglogic/licensure"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/houseabsolute/precious"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/d-e-s-o/apcacli"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/d-e-s-o/tetromino"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/jihchi/dify"
[build]
template = "cargo"

View 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",
]

View 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",
]

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/d-e-s-o/notnow"
[build]
template = "cargo"

View 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
"""

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/cryptaliagy/tq-rs"
[build]
template = "cargo"