mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
1418882089
commit
3598d477bc
9
recipes/wip/db/rainfrog/recipe.toml
Normal file
9
recipes/wip/db/rainfrog/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/achristmascarl/rainfrog"
|
||||
[build]
|
||||
template = "cargo"
|
||||
[package]
|
||||
dependencies = [
|
||||
"nerd-fonts",
|
||||
]
|
||||
10
recipes/wip/games/data/crosshare-data/recipe.toml
Normal file
10
recipes/wip/games/data/crosshare-data/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/crosshare-org/crosshare"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}/usr/share/crosshare-data"
|
||||
cp -rv "${COOKBOOK_SOURCE}"/app/__tests__/converter/puz/*.puz "${COOKBOOK_STAGE}/usr/share/crosshare-data"
|
||||
"""
|
||||
12
recipes/wip/games/puzzle/crosstui/recipe.toml
Normal file
12
recipes/wip/games/puzzle/crosstui/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/matrixfrog/crossword"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages crosstui
|
||||
"""
|
||||
[package]
|
||||
dependencies = [
|
||||
"crosshare-data"
|
||||
]
|
||||
7
recipes/wip/libs/fs/libnfs/recipe.toml
Normal file
7
recipes/wip/libs/fs/libnfs/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
# build instructions: https://github.com/sahlberg/libnfs/blob/master/INSTALL
|
||||
[source]
|
||||
git = "https://github.com/sahlberg/libnfs"
|
||||
rev = "libnfs-6.0.2"
|
||||
[build]
|
||||
template = "cmake"
|
||||
5
recipes/wip/net/security/yadb/recipe.toml
Normal file
5
recipes/wip/net/security/yadb/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/izya4ka/yadb"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/social/reddix/recipe.toml
Normal file
5
recipes/wip/net/social/reddix/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ck-zhang/reddix"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/search/television/recipe.toml
Normal file
5
recipes/wip/search/television/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/alexpasmantier/television"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/text/rucola/recipe.toml
Normal file
9
recipes/wip/text/rucola/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Linus-Mussmaecher/rucola"
|
||||
[build]
|
||||
template = "cargo"
|
||||
[package]
|
||||
dependencies = [
|
||||
"nerd-fonts",
|
||||
]
|
||||
5
recipes/wip/time/worktime-tui/recipe.toml
Normal file
5
recipes/wip/time/worktime-tui/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Kamyil/work-tuimer"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user