mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 11:08:49 +08:00
new recipes
This commit is contained in:
parent
e25b0e070e
commit
13c5bf4253
5
recipes/wip/cube-timer/recipe.toml
Normal file
5
recipes/wip/cube-timer/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/paarthmadan/cube"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/diskonaut/recipe.toml
Normal file
5
recipes/wip/diskonaut/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/imsnif/diskonaut"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/exhaust/recipe.toml
Normal file
5
recipes/wip/exhaust/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/heyrict/exhaust"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/fzf-make/recipe.toml
Normal file
6
recipes/wip/fzf-make/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kyu08/fzf-make"
|
||||
rev = "e334513f976f42f4174c4dd175da653f248ec9b8"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/glicol-cli/recipe.toml
Normal file
5
recipes/wip/glicol-cli/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/glicol/glicol-cli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/igrep/recipe.toml
Normal file
6
recipes/wip/igrep/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/konradsz/igrep"
|
||||
rev = "8588755641e64cd40e569893e03628cf83cfc59f"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/lazy-etherscan/recipe.toml
Normal file
5
recipes/wip/lazy-etherscan/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/woxjro/lazy-etherscan"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/lemurs/recipe.toml
Normal file
6
recipes/wip/lemurs/recipe.toml
Normal 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"
|
||||
5
recipes/wip/libdotconf/recipe.toml
Normal file
5
recipes/wip/libdotconf/recipe.toml
Normal 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"
|
||||
5
recipes/wip/logss/recipe.toml
Normal file
5
recipes/wip/logss/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/todoesverso/logss"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/oha/recipe.toml
Normal file
9
recipes/wip/oha/recipe.toml
Normal 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
|
||||
"""
|
||||
6
recipes/wip/rex/recipe.toml
Normal file
6
recipes/wip/rex/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/TheRustyPickle/Rex"
|
||||
rev = "096eace40e33f48bf7216c4b6f2c9cc84287e47d"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/rusty-krab-manager/recipe.toml
Normal file
5
recipes/wip/rusty-krab-manager/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/aryakaul/rusty-krab-manager"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/speech-dispatcher/recipe.toml
Normal file
10
recipes/wip/speech-dispatcher/recipe.toml
Normal 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",
|
||||
]
|
||||
5
recipes/wip/taskserver/recipe.toml
Normal file
5
recipes/wip/taskserver/recipe.toml
Normal 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"
|
||||
6
recipes/wip/taskwarrior-tui/recipe.toml
Normal file
6
recipes/wip/taskwarrior-tui/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kdheepak/taskwarrior-tui"
|
||||
rev = "fe171ea35a5bfe794e2d822aa03f7b7db2f86616"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/taskwarrior/recipe.toml
Normal file
5
recipes/wip/taskwarrior/recipe.toml
Normal 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"
|
||||
8
recipes/wip/termchat/recipe.toml
Normal file
8
recipes/wip/termchat/recipe.toml
Normal 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
|
||||
"""
|
||||
12
recipes/wip/termscp/recipe.toml
Normal file
12
recipes/wip/termscp/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/thesaurust/recipe.toml
Normal file
5
recipes/wip/thesaurust/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/QuietPigeon2001/thesaurust"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/tick-rs/recipe.toml
Normal file
6
recipes/wip/tick-rs/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tarkah/tickrs"
|
||||
rev = "8a04f5411adf72fc08146eab0632765f1002e9e6"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/todolist-rs/recipe.toml
Normal file
5
recipes/wip/todolist-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ebubekirgungor/todolist-rust"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tsuchita/recipe.toml
Normal file
5
recipes/wip/tsuchita/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kamiyaa/tsuchita"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/tts-tui/recipe.toml
Normal file
9
recipes/wip/tts-tui/recipe.toml
Normal 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",
|
||||
]
|
||||
6
recipes/wip/twitch-tui/recipe.toml
Normal file
6
recipes/wip/twitch-tui/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Xithrius/twitch-tui"
|
||||
rev = "4c382da4afcb7b994e1a7659addfb55fde9518df"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/vector/recipe.toml
Normal file
6
recipes/wip/vector/recipe.toml
Normal 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"
|
||||
6
recipes/wip/xplr/recipe.toml
Normal file
6
recipes/wip/xplr/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sayanarijit/xplr"
|
||||
rev = "8af1647c090d84416feb77a9c9874629433c8314"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/zenith/recipe.toml
Normal file
9
recipes/wip/zenith/recipe.toml
Normal 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",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user