mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Add recipes
This commit is contained in:
parent
9f3cf50329
commit
1b278e5324
5
recipes/wip/doc/bookokrat/recipe.toml
Normal file
5
recipes/wip/doc/bookokrat/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bugzmanov/bookokrat"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/net/admin/webmin/recipe.toml
Normal file
10
recipes/wip/net/admin/webmin/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
# how to setup: https://webmin.com/download/#freebsd-and-any-other-linux-installation-from-source
|
||||
[source]
|
||||
tar = "https://github.com/webmin/webmin/releases/download/2.600/webmin-2.600-minimal.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}/home/user/webmin"
|
||||
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user/webmin"
|
||||
"""
|
||||
5
recipes/wip/office/xleak/recipe.toml
Normal file
5
recipes/wip/office/xleak/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bgreenwell/xleak"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user