add recipes

This commit is contained in:
Ribbon 2024-03-01 02:39:55 +00:00
parent 5047c6cfc5
commit d0249be5dd
5 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/simbleau/vong"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/gabrielmagno/crab-dlna"
[build]
template = "cargo"

View 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
"""

View File

@ -0,0 +1,9 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/dimtpap/coppwr"
rev = "f4e664b860b89801ec60eee479802f00af3cfdfc"
[build]
template = "cargo"
dependencies = [
"pipewire",
]

View 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
"""