mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
Add recipes
This commit is contained in:
parent
76315e14f1
commit
143a955685
5
recipes/wip/dev/analysis/tinywatcher/recipe.toml
Normal file
5
recipes/wip/dev/analysis/tinywatcher/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tinywatcher/tinywatcher"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/edu/nanocore/recipe.toml
Normal file
10
recipes/wip/edu/nanocore/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/AfaanBilal/NanoCore"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo
|
||||
mkdir -pv "${COOKBOOK_STAGE}/usr/share/nanocore"
|
||||
cp -rv "${COOKBOOK_SOURCE}"/programs/* "${COOKBOOK_STAGE}/usr/share/nanocore"
|
||||
"""
|
||||
5
recipes/wip/files/unf/recipe.toml
Normal file
5
recipes/wip/files/unf/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/io12/unf"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/social/nostui/recipe.toml
Normal file
5
recipes/wip/net/social/nostui/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/akiomik/nostui"
|
||||
[build]
|
||||
template = "cargo"
|
||||
13
recipes/wip/text/rhyolite/recipe.toml
Normal file
13
recipes/wip/text/rhyolite/recipe.toml
Normal file
@ -0,0 +1,13 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO resource packaging: https://github.com/lockedmutex/rhyolite/blob/master/Cargo.toml#L43
|
||||
[source]
|
||||
git = "https://github.com/lockedmutex/rhyolite"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"freetype2",
|
||||
"fontconfig",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo --profile release
|
||||
"""
|
||||
5
recipes/wip/text/treemd/recipe.toml
Normal file
5
recipes/wip/text/treemd/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Epistates/treemd"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/web/dodeca/recipe.toml
Normal file
8
recipes/wip/web/dodeca/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bearcove/dodeca"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages dodeca
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user