mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Add recipes
This commit is contained in:
parent
7ad3f7b2f6
commit
a217a03791
5
recipes/wip/dev/rust-tools/ferrisup/recipe.toml
Normal file
5
recipes/wip/dev/rust-tools/ferrisup/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Jitpomi/ferrisup"
|
||||
[build]
|
||||
template = "cargo"
|
||||
16
recipes/wip/fuse/btfs/recipe.toml
Normal file
16
recipes/wip/fuse/btfs/recipe.toml
Normal file
@ -0,0 +1,16 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO maybe incomplete configuration
|
||||
# build instructions - https://github.com/johang/btfs#building-from-git-on-a-recent-debianubuntu
|
||||
[source]
|
||||
git = "https://github.com/johang/btfs"
|
||||
rev = "2b372f4596df3ff97e3b39d58b144a7cbfff012a"
|
||||
script = """
|
||||
autoreconf -i
|
||||
"""
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libfuse3",
|
||||
"libtorrent",
|
||||
"curl",
|
||||
]
|
||||
5
recipes/wip/libs/net/libtorrent/recipe.toml
Normal file
5
recipes/wip/libs/net/libtorrent/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for bbv2, see - https://libtorrent.org/building.html
|
||||
[source]
|
||||
tar = "https://github.com/arvidn/libtorrent/releases/download/v2.0.11/libtorrent-rasterbar-2.0.11.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
8
recipes/wip/net/other/dnst/recipe.toml
Normal file
8
recipes/wip/net/other/dnst/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/NLnetLabs/dnst"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo --features ring
|
||||
"""
|
||||
8
recipes/wip/players/ttv/recipe.toml
Normal file
8
recipes/wip/players/ttv/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nik-rev/ttv"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"ffmpeg6",
|
||||
]
|
||||
5
recipes/wip/terminal/logria/recipe.toml
Normal file
5
recipes/wip/terminal/logria/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ReagentX/Logria"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/web/teacat/recipe.toml
Normal file
10
recipes/wip/web/teacat/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Ultrasquid9/TeaCat"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/teacat
|
||||
cp -rv "${COOKBOOK_SOURCE}"/test.tcat "${COOKBOOK_STAGE}"/usr/share/teacat
|
||||
cookbook_cargo
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user