add recipes

This commit is contained in:
Ribbon 2024-02-04 02:13:22 +00:00
parent 54d7a69f2d
commit 362dce35ae
4 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/xrelkd/clipcat"
[build]
template = "custom"
script = """
cookbook_cargo_packages clipcatd clipcatctl clipcat-menu
"""

View File

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

View File

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

View File

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