Add recipes

This commit is contained in:
Ribbon 2025-03-02 15:09:35 +00:00
parent 043453d821
commit 6a5ae9a079
10 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO missing script for gnu make
[source]
tar = "https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz"
[build]
template = "custom"

View File

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

View File

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

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
git = "https://github.com/TornaxO7/vibe"
[build]
template = "cargo"
dependencies = [
"libxkbcommon",
"libwayland",
"libalsa",
]

View File

@ -0,0 +1,6 @@
#TODO maybe wrong template
# build instructions - https://git.alsa-project.org/?p=alsa-lib.git;a=blob;f=INSTALL;h=a2427e072bcaf951addc3e1db1fccccf44f3b59b;hb=HEAD
[source]
tar = "http://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.13.tar.bz2"
[build]
template = "configure"

View File

@ -0,0 +1,7 @@
#TODO missing script for gradlew
#TODO determine the dependencies
[source]
git = "https://github.com/hamza-algohary/Coulomb"
rev = "6617d4817dd153ae5e5645d427cdb746c146ccee"
[build]
template = "custom"

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/bragefuglseth/fretboard"
[build]
template = "cargo"
dependencies = [
"gtk4",
"libadwaita",
]

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/bragefuglseth/keypunch"
[build]
template = "cargo"
dependencies = [
"gtk4",
"libadwaita",
]

View File

@ -0,0 +1,16 @@
#TODO not compiled or tested
# build instructions - https://github.com/flxzt/rnote/blob/main/BUILDING.md#build-with-meson
[source]
git = "https://github.com/flxzt/rnote"
[build]
template = "custom"
dependencies = [
"glib",
"libadwaita",
"glib",
"libalsa",
"libpoppler",
]
script = """
cookbook_cargo_packages rnote
"""

View File

@ -0,0 +1,8 @@
#TODO missing script for go
#TODO determine dependencies
# build instructions - https://gitlab.com/imatt-foss/clipqr#build
[source]
git = "https://gitlab.com/imatt-foss/clipqr"
rev = "400a98c302aead3f2b1b81ec6dc45d654c8bf209"
[build]
template = "custom"