mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add recipes
This commit is contained in:
parent
fe435b6cf0
commit
17d8cb4570
5
recipes/wip/dev/git-tools/gitlogue/recipe.toml
Normal file
5
recipes/wip/dev/git-tools/gitlogue/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/unhappychoice/gitlogue"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/training/gittype/recipe.toml
Normal file
5
recipes/wip/dev/training/gittype/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/unhappychoice/gittype"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/games/math/binbreak/recipe.toml
Normal file
5
recipes/wip/games/math/binbreak/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/epic-64/binbreak"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/image/other/oxvg/recipe.toml
Normal file
8
recipes/wip/image/other/oxvg/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/noahbald/oxvg"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages oxvg
|
||||
"""
|
||||
14
recipes/wip/terminal/asciiquarium/recipe.toml
Normal file
14
recipes/wip/terminal/asciiquarium/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cmatsuoka/asciiquarium"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/bin
|
||||
cp "${COOKBOOK_SOURCE}"/asciiquarium "${COOKBOOK_STAGE}"/usr/bin/asciiquarium
|
||||
chmod a+x "${COOKBOOK_STAGE}"/usr/bin/asciiquarium
|
||||
"""
|
||||
[package]
|
||||
dependencies = [
|
||||
"perl",
|
||||
]
|
||||
9
recipes/wip/terminal/cbonsai/recipe.toml
Normal file
9
recipes/wip/terminal/cbonsai/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO missing script for gnu make: https://gitlab.com/jallbrit/cbonsai#manual
|
||||
[source]
|
||||
git = "https://gitlab.com/jallbrit/cbonsai"
|
||||
rev = "v1.4.2"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"ncursesw",
|
||||
]
|
||||
16
recipes/wip/terminal/pipes-sh/recipe.toml
Normal file
16
recipes/wip/terminal/pipes-sh/recipe.toml
Normal file
@ -0,0 +1,16 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pipeseroni/pipes.sh"
|
||||
rev = "v1.3.0"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/bin
|
||||
cp "${COOKBOOK_SOURCE}"/pipes.sh "${COOKBOOK_STAGE}"/usr/bin/pipes
|
||||
chmod a+x "${COOKBOOK_STAGE}"/usr/bin/pipes
|
||||
"""
|
||||
[package]
|
||||
dependencies = [
|
||||
"bash",
|
||||
"ncurses",
|
||||
]
|
||||
5
recipes/wip/tui/termlaunch/recipe.toml
Normal file
5
recipes/wip/tui/termlaunch/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/amaterasu-uwu-xd/termlaunch"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user