mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/cookbook
This commit is contained in:
commit
187ced0a85
5
recipes/wip/demos/ferris-says/recipe.toml
Normal file
5
recipes/wip/demos/ferris-says/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/ferris-says"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/demos/fractal-rs/recipe.toml
Normal file
8
recipes/wip/demos/fractal-rs/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/aetherknight/fractal-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages fractal-piston
|
||||
"""
|
||||
5
recipes/wip/dev/bite/recipe.toml
Normal file
5
recipes/wip/dev/bite/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/WINSDK/bite"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-c/recipe.toml
Normal file
5
recipes/wip/dev/cargo-c/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/lu-zero/cargo-c"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-compete/recipe.toml
Normal file
5
recipes/wip/dev/cargo-compete/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/qryxip/cargo-compete"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-equip/recipe.toml
Normal file
5
recipes/wip/dev/cargo-equip/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/qryxip/cargo-equip"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-outofdate/recipe.toml
Normal file
5
recipes/wip/dev/cargo-outofdate/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/quininer/cargo-outofdate"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/clippy/recipe.toml
Normal file
5
recipes/wip/dev/clippy/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rust-clippy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/crater/recipe.toml
Normal file
5
recipes/wip/dev/crater/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/crater"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/jaq/recipe.toml
Normal file
8
recipes/wip/dev/jaq/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/01mf02/jaq"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages jaq
|
||||
"""
|
||||
5
recipes/wip/dev/jq/recipe.toml
Normal file
5
recipes/wip/dev/jq/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-1.7.1.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
8
recipes/wip/dev/piccolo/recipe.toml
Normal file
8
recipes/wip/dev/piccolo/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kyren/piccolo"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples interpreter
|
||||
"""
|
||||
11
recipes/wip/dev/probe-rs/recipe.toml
Normal file
11
recipes/wip/dev/probe-rs/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO maybe missing dependencies
|
||||
[source]
|
||||
git = "https://github.com/probe-rs/probe-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libudev",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo --features cli
|
||||
"""
|
||||
5
recipes/wip/dev/py-spy/recipe.toml
Normal file
5
recipes/wip/dev/py-spy/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/benfred/py-spy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/pyapp/recipe.toml
Normal file
5
recipes/wip/dev/pyapp/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ofek/pyapp"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/pylyzer/recipe.toml
Normal file
5
recipes/wip/dev/pylyzer/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mtshiba/pylyzer"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/pyscan/recipe.toml
Normal file
5
recipes/wip/dev/pyscan/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/aswinnnn/pyscan"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/python-launcher/recipe.toml
Normal file
5
recipes/wip/dev/python-launcher/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/brettcannon/python-launcher"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/dev/quicktest/recipe.toml
Normal file
6
recipes/wip/dev/quicktest/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/LuchoBazz/quicktest"
|
||||
rev = "f4d32f87d350a725b47d5bc92756e7be208cd466"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/rust-analyzer/recipe.toml
Normal file
5
recipes/wip/dev/rust-analyzer/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rust-analyzer"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/rustfmt/recipe.toml
Normal file
5
recipes/wip/dev/rustfmt/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rustfmt"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/rustup/recipe.toml
Normal file
5
recipes/wip/dev/rustup/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rustup"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/finance/btc-vanity/recipe.toml
Normal file
5
recipes/wip/finance/btc-vanity/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Emivvvvv/btc-vanity"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/games/bevy-combat/recipe.toml
Normal file
5
recipes/wip/games/bevy-combat/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ElliotB256/bevy_combat"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/games/leafish/recipe.toml
Normal file
9
recipes/wip/games/leafish/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Lea-fish/Leafish"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"gtk3",
|
||||
"openssl1",
|
||||
]
|
||||
5
recipes/wip/graphics/dssim/recipe.toml
Normal file
5
recipes/wip/graphics/dssim/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kornelski/dssim"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/graphics/jxl-oxide/recipe.toml
Normal file
8
recipes/wip/graphics/jxl-oxide/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tirr-c/jxl-oxide"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages jxl-oxide-cli
|
||||
"""
|
||||
5
recipes/wip/graphics/kantig/recipe.toml
Normal file
5
recipes/wip/graphics/kantig/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/DenSASoftware/kantig"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/graphics/simp/recipe.toml
Normal file
6
recipes/wip/graphics/simp/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO missing dependencies, see https://github.com/Kl4rry/simp#system-dependencies
|
||||
[source]
|
||||
git = "https://github.com/Kl4rry/simp"
|
||||
rev = "195b2ef334e4c72ba8f44ee8af9f5cc0c259cc52"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/hinoki/recipe.toml
Normal file
5
recipes/wip/net/hinoki/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jplatte/hinoki"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/rustdesk-server/recipe.toml
Normal file
5
recipes/wip/net/rustdesk-server/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rustdesk/rustdesk-server"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/net/turn-rs/recipe.toml
Normal file
8
recipes/wip/net/turn-rs/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mycrl/turn-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages cli turn-server
|
||||
"""
|
||||
5
recipes/wip/security/sss-cli/recipe.toml
Normal file
5
recipes/wip/security/sss-cli/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dsprenkels/sss-cli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/veldora/recipe.toml
Normal file
5
recipes/wip/security/veldora/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tamton-aquib/veldora"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/weggli/recipe.toml
Normal file
5
recipes/wip/security/weggli/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/weggli-rs/weggli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/tools/crunchy-cli/recipe.toml
Normal file
6
recipes/wip/tools/crunchy-cli/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/crunchy-labs/crunchy-cli"
|
||||
rev = "8fff807ae68b61931aa8b1c899b8c8bba4df0784"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/epub2txt/recipe.toml
Normal file
5
recipes/wip/tools/epub2txt/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/quininer/epub2txt"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/lines-rs/recipe.toml
Normal file
5
recipes/wip/tools/lines-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ryanfowler/lines"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/lucid/recipe.toml
Normal file
5
recipes/wip/tools/lucid/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sharkdp/lucid"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/rfetch/recipe.toml
Normal file
5
recipes/wip/tools/rfetch/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kamui-fin/rfetch"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/rusync/recipe.toml
Normal file
5
recipes/wip/tools/rusync/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/your-tools/rusync"
|
||||
[build]
|
||||
template = "cargo"
|
||||
12
recipes/wip/tools/skyspell/recipe.toml
Normal file
12
recipes/wip/tools/skyspell/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO missing an enchant backend and dictionary, see https://github.com/your-tools/skyspell#installation
|
||||
[source]
|
||||
git = "https://github.com/your-tools/skyspell"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sqlite3",
|
||||
"enchant",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages skyspell
|
||||
"""
|
||||
8
recipes/wip/tools/snappy-rs/recipe.toml
Normal file
8
recipes/wip/tools/snappy-rs/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/BurntSushi/rust-snappy"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages szip
|
||||
"""
|
||||
5
recipes/wip/tools/unzrip/recipe.toml
Normal file
5
recipes/wip/tools/unzrip/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/quininer/unzrip"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user