diff --git a/recipes/wip/cube-timer/recipe.toml b/recipes/wip/cube-timer/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..a6f6a9dd0ef4cffb740a52b1e27592d7a7bb0866 --- /dev/null +++ b/recipes/wip/cube-timer/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/paarthmadan/cube" +[build] +template = "cargo" diff --git a/recipes/wip/diskonaut/recipe.toml b/recipes/wip/diskonaut/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..40bd44878e6bc289486483a1fbaa04b5a8e5eaa5 --- /dev/null +++ b/recipes/wip/diskonaut/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/imsnif/diskonaut" +[build] +template = "cargo" diff --git a/recipes/wip/exhaust/recipe.toml b/recipes/wip/exhaust/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..38b427ed462c585637b2f4c5d373b9109096f545 --- /dev/null +++ b/recipes/wip/exhaust/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/heyrict/exhaust" +[build] +template = "cargo" diff --git a/recipes/wip/fzf-make/recipe.toml b/recipes/wip/fzf-make/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..8c81344b54a18b5521eb0e7e994cd81dd0ac0188 --- /dev/null +++ b/recipes/wip/fzf-make/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/kyu08/fzf-make" +rev = "e334513f976f42f4174c4dd175da653f248ec9b8" +[build] +template = "cargo" diff --git a/recipes/wip/glicol-cli/recipe.toml b/recipes/wip/glicol-cli/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..d07c182a38e50af0d7e5b8150efca9ad9e5fb9bb --- /dev/null +++ b/recipes/wip/glicol-cli/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/glicol/glicol-cli" +[build] +template = "cargo" diff --git a/recipes/wip/igrep/recipe.toml b/recipes/wip/igrep/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..b6c617ce3f465d96f2e536472235598995ff5e58 --- /dev/null +++ b/recipes/wip/igrep/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/konradsz/igrep" +rev = "8588755641e64cd40e569893e03628cf83cfc59f" +[build] +template = "cargo" diff --git a/recipes/wip/lazy-etherscan/recipe.toml b/recipes/wip/lazy-etherscan/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..c8e8522ed22b4a7dd44babbd58109a6cbb849794 --- /dev/null +++ b/recipes/wip/lazy-etherscan/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/woxjro/lazy-etherscan" +[build] +template = "cargo" diff --git a/recipes/wip/lemurs/recipe.toml b/recipes/wip/lemurs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..ca1aa08c26d4512864c415aca24dd1b3088b19b2 --- /dev/null +++ b/recipes/wip/lemurs/recipe.toml @@ -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" diff --git a/recipes/wip/libdotconf/recipe.toml b/recipes/wip/libdotconf/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..e8fa006247780cdefaa6a3bcaaf6bf7f7b1799d3 --- /dev/null +++ b/recipes/wip/libdotconf/recipe.toml @@ -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" diff --git a/recipes/wip/logss/recipe.toml b/recipes/wip/logss/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..3eb54ddddd9425d8a6f80b9da991568fb8e702c3 --- /dev/null +++ b/recipes/wip/logss/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/todoesverso/logss" +[build] +template = "cargo" diff --git a/recipes/wip/oha/recipe.toml b/recipes/wip/oha/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..64e7bf6786795f3f3686b7b0459dba8741bc944a --- /dev/null +++ b/recipes/wip/oha/recipe.toml @@ -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 +""" diff --git a/recipes/wip/rex/recipe.toml b/recipes/wip/rex/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..e669d8dbbde3bae874486232806e1a27d805f13a --- /dev/null +++ b/recipes/wip/rex/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/TheRustyPickle/Rex" +rev = "096eace40e33f48bf7216c4b6f2c9cc84287e47d" +[build] +template = "cargo" diff --git a/recipes/wip/rusty-krab-manager/recipe.toml b/recipes/wip/rusty-krab-manager/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..a5e3b60828eb7afdbcf14d4d6b49a94885308bb5 --- /dev/null +++ b/recipes/wip/rusty-krab-manager/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/aryakaul/rusty-krab-manager" +[build] +template = "cargo" diff --git a/recipes/wip/speech-dispatcher/recipe.toml b/recipes/wip/speech-dispatcher/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..d33df461df4e7fabb5114930999bb04bd6621246 --- /dev/null +++ b/recipes/wip/speech-dispatcher/recipe.toml @@ -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", +] diff --git a/recipes/wip/taskserver/recipe.toml b/recipes/wip/taskserver/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..5b82fbe16f4d24b7f281aa041b27d0aea7724c7e --- /dev/null +++ b/recipes/wip/taskserver/recipe.toml @@ -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" diff --git a/recipes/wip/taskwarrior-tui/recipe.toml b/recipes/wip/taskwarrior-tui/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..fa9e77b32d39371aadc541b3f045670921b66dc3 --- /dev/null +++ b/recipes/wip/taskwarrior-tui/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/kdheepak/taskwarrior-tui" +rev = "fe171ea35a5bfe794e2d822aa03f7b7db2f86616" +[build] +template = "cargo" diff --git a/recipes/wip/taskwarrior/recipe.toml b/recipes/wip/taskwarrior/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..354fefe6641031f8d04d9c05f48dfa78c47ddc77 --- /dev/null +++ b/recipes/wip/taskwarrior/recipe.toml @@ -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" diff --git a/recipes/wip/termchat/recipe.toml b/recipes/wip/termchat/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..5bad56042f2ad2c2721f5372c9d959a9a5679c81 --- /dev/null +++ b/recipes/wip/termchat/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/lemunozm/termchat" +[build] +template = "custom" +script = """ +cookbook_cargo --all-features +""" diff --git a/recipes/wip/termscp/recipe.toml b/recipes/wip/termscp/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..52c75cfff64ab829fec9f325f4f0a771fb3e52c9 --- /dev/null +++ b/recipes/wip/termscp/recipe.toml @@ -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 +""" diff --git a/recipes/wip/thesaurust/recipe.toml b/recipes/wip/thesaurust/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..d53a58710f520e59118940cbfdaaf6031eb9b61c --- /dev/null +++ b/recipes/wip/thesaurust/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/QuietPigeon2001/thesaurust" +[build] +template = "cargo" diff --git a/recipes/wip/tick-rs/recipe.toml b/recipes/wip/tick-rs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..aa7aaece050cebea15336e454b48a4465e7598ee --- /dev/null +++ b/recipes/wip/tick-rs/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/tarkah/tickrs" +rev = "8a04f5411adf72fc08146eab0632765f1002e9e6" +[build] +template = "cargo" diff --git a/recipes/wip/todolist-rs/recipe.toml b/recipes/wip/todolist-rs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..12e53cbc7b888cd827b319406f85dde047dbb1cb --- /dev/null +++ b/recipes/wip/todolist-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ebubekirgungor/todolist-rust" +[build] +template = "cargo" diff --git a/recipes/wip/tsuchita/recipe.toml b/recipes/wip/tsuchita/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..33a71e0d71dee7984e6bc71df697e0f171ab4ba8 --- /dev/null +++ b/recipes/wip/tsuchita/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/kamiyaa/tsuchita" +[build] +template = "cargo" diff --git a/recipes/wip/tts-tui/recipe.toml b/recipes/wip/tts-tui/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..f12250d3dc26f437ab2edca6d1580a62d66ae013 --- /dev/null +++ b/recipes/wip/tts-tui/recipe.toml @@ -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", +] diff --git a/recipes/wip/twitch-tui/recipe.toml b/recipes/wip/twitch-tui/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..c6864ff1124db463575aa435092f97b1956d4f30 --- /dev/null +++ b/recipes/wip/twitch-tui/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Xithrius/twitch-tui" +rev = "4c382da4afcb7b994e1a7659addfb55fde9518df" +[build] +template = "cargo" diff --git a/recipes/wip/vector/recipe.toml b/recipes/wip/vector/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..dae19e437b007fad4ea5d0d9b8a436b727210479 --- /dev/null +++ b/recipes/wip/vector/recipe.toml @@ -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" diff --git a/recipes/wip/xplr/recipe.toml b/recipes/wip/xplr/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..4d20e045801b04d6bbd0e5352b13c883210006fb --- /dev/null +++ b/recipes/wip/xplr/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/sayanarijit/xplr" +rev = "8af1647c090d84416feb77a9c9874629433c8314" +[build] +template = "cargo" diff --git a/recipes/wip/zenith/recipe.toml b/recipes/wip/zenith/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..3dcea592e026cdc54db16078f295ba3dafa66f07 --- /dev/null +++ b/recipes/wip/zenith/recipe.toml @@ -0,0 +1,9 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/bvaisvil/zenith" +rev = "798999e2563e25636fef6c1a587f949ed264ad41" +[build] +template = "build-system" +dependencies = [ + "library1", +]