mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Add recipes
This commit is contained in:
parent
d098bad2dc
commit
d271ca3711
5
recipes/wip/benchmarks/cargo-criterion/recipe.toml
Normal file
5
recipes/wip/benchmarks/cargo-criterion/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bheisler/cargo-criterion"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-vendor-filterer/recipe.toml
Normal file
5
recipes/wip/dev/cargo-vendor-filterer/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/coreos/cargo-vendor-filterer"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/commit/recipe.toml
Normal file
5
recipes/wip/dev/commit/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/alt-art/commit"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/gex/recipe.toml
Normal file
5
recipes/wip/dev/gex/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Piturnah/gex"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/lading/recipe.toml
Normal file
8
recipes/wip/dev/lading/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/DataDog/lading"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages lading
|
||||
"""
|
||||
5
recipes/wip/games/offline-chess-puzzles/recipe.toml
Normal file
5
recipes/wip/games/offline-chess-puzzles/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/brianch/offline-chess-puzzles"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/kanha/recipe.toml
Normal file
5
recipes/wip/security/kanha/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pwnwriter/kanha"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/haylxon/recipe.toml
Normal file
5
recipes/wip/tools/haylxon/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pwnwriter/haylxon"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/patchelf/recipe.toml
Normal file
5
recipes/wip/tools/patchelf/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
Loading…
Reference in New Issue
Block a user