Add recipes

This commit is contained in:
Ribbon 2025-01-17 15:04:37 +00:00
parent c224b9a101
commit 7b0cc7f404
7 changed files with 41 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/josueBarretogit/manga-tui"
[build]
template = "cargo"
dependencies = [
"dbus",
]