new recipes

This commit is contained in:
Ribbon 2023-12-19 23:41:45 +00:00
parent e25b0e070e
commit 13c5bf4253
28 changed files with 176 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/kyu08/fzf-make"
rev = "e334513f976f42f4174c4dd175da653f248ec9b8"
[build]
template = "cargo"

View File

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

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/konradsz/igrep"
rev = "8588755641e64cd40e569893e03628cf83cfc59f"
[build]
template = "cargo"

View File

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

View File

@ -0,0 +1,6 @@
#TODO missing script for configuration, see https://github.com/coastalwhite/lemurs#compiling-from-source
[source]
git = "https://github.com/coastalwhite/lemurs"
rev = "37963b8ff6945ae8bdbabee658e5e36d0f67b84a"
[build]
template = "custom"

View File

@ -0,0 +1,5 @@
#TODO missing "configure" file, see https://github.com/williamh/dotconf/blob/master/INSTALL
[source]
git = "https://github.com/williamh/dotconf"
[build]
template = "custom"

View File

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

View File

@ -0,0 +1,9 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/hatoo/oha"
rev = "2c88d2acc0b4773089faaa959debaec15ef355a8"
[build]
template = "custom"
script = """
cookbook_cargo --no-default-features --features rustls
"""

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/TheRustyPickle/Rex"
rev = "096eace40e33f48bf7216c4b6f2c9cc84287e47d"
[build]
template = "cargo"

View File

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

View File

@ -0,0 +1,10 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/brailcom/speechd/releases/download/0.11.5/speech-dispatcher-0.11.5.tar.gz"
[build]
template = "configure"
dependencies = [
"glib",
"libsndfile",
"libdotconf",
]

View File

@ -0,0 +1,5 @@
#TODO missing script for CMake, see https://taskwarrior.org/download/#quick-setup
[source]
tar = "https://github.com/GothenburgBitFactory/taskserver/releases/download/v1.1.0/taskd-1.1.0.tar.gz"
[build]
template = "custom"

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/kdheepak/taskwarrior-tui"
rev = "fe171ea35a5bfe794e2d822aa03f7b7db2f86616"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO missing script for CMake, see https://taskwarrior.org/download/#quick-setup
[source]
tar = "https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v2.6.2/task-2.6.2.tar.gz"
[build]
template = "custom"

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/lemunozm/termchat"
[build]
template = "custom"
script = """
cookbook_cargo --all-features
"""

View File

@ -0,0 +1,12 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/veeso/termscp"
rev = "ef8dbb6305fd1573446a254b9be759a1f13724af"
[build]
template = "custom"
dependencies = [
"dbus",
]
script = """
cookbook_cargo --no-default-features
"""

View File

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

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/tarkah/tickrs"
rev = "8a04f5411adf72fc08146eab0632765f1002e9e6"
[build]
template = "cargo"

View File

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

View File

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

View File

@ -0,0 +1,9 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/lesleyrs/tts-tui"
rev = "820689ba21ead76981376b7dfed17bfc59e5b013"
[build]
template = "cargo"
dependencies = [
"speech-dispatcher",
]

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/Xithrius/twitch-tui"
rev = "4c382da4afcb7b994e1a7659addfb55fde9518df"
[build]
template = "cargo"

View File

@ -0,0 +1,6 @@
#TODO missing script for "make", see https://vector.dev/docs/setup/installation/manual/from-source/
[source]
git = "https://github.com/vectordotdev/vector"
rev = "86f1c22d7f00d7d80210a2704ea9f5061f74ee55"
[build]
template = "custom"

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/sayanarijit/xplr"
rev = "8af1647c090d84416feb77a9c9874629433c8314"
[build]
template = "cargo"

View File

@ -0,0 +1,9 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/bvaisvil/zenith"
rev = "798999e2563e25636fef6c1a587f949ed264ad41"
[build]
template = "build-system"
dependencies = [
"library1",
]