Add recipes

This commit is contained in:
Ribbon 2024-05-11 10:19:39 +00:00
parent a8fff3d215
commit b9b43f7043
4 changed files with 23 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/antangelo/xdvdfs"
[build]
template = "custom"
script = """
cookbook_cargo_packages xdvdfs-cli
"""