mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
add recipes
This commit is contained in:
parent
5047c6cfc5
commit
d0249be5dd
5
recipes/wip/games/vong/recipe.toml
Normal file
5
recipes/wip/games/vong/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/simbleau/vong"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/crab-dlna/recipe.toml
Normal file
5
recipes/wip/net/crab-dlna/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/gabrielmagno/crab-dlna"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/net/spis/recipe.toml
Normal file
8
recipes/wip/net/spis/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO maybe incomplete script, see the Makefile on the repository
|
||||
[source]
|
||||
git = "https://github.com/gbbirkisson/spis"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages spis-server
|
||||
"""
|
||||
9
recipes/wip/services/coppwr/recipe.toml
Normal file
9
recipes/wip/services/coppwr/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dimtpap/coppwr"
|
||||
rev = "f4e664b860b89801ec60eee479802f00af3cfdfc"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"pipewire",
|
||||
]
|
||||
16
recipes/wip/video/pipeline/recipe.toml
Normal file
16
recipes/wip/video/pipeline/recipe.toml
Normal file
@ -0,0 +1,16 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://gitlab.com/schmiddi-on-mobile/pipeline/-/package_files/114831818/download"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"glib",
|
||||
"libadwaita",
|
||||
"gdk-pixbuf",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/glib-2.0/schemas
|
||||
cp -rv "${COOKBOOK_SOURCE}"/data/de.schmidhuberj.tubefeeder.gschema.xml "${COOKBOOK_STAGE}"/usr/share/glib-2.0/schemas
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user