diff --git a/recipes/wip/data/poppler-data/recipe.toml b/recipes/wip/data/poppler-data/recipe.toml new file mode 100644 index 000000000..3262c088a --- /dev/null +++ b/recipes/wip/data/poppler-data/recipe.toml @@ -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" diff --git a/recipes/wip/dev/cargo-tools/cargo-autodd/recipe.toml b/recipes/wip/dev/cargo-tools/cargo-autodd/recipe.toml new file mode 100644 index 000000000..f3460973c --- /dev/null +++ b/recipes/wip/dev/cargo-tools/cargo-autodd/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/nwiizo/cargo-autodd" +[build] +template = "cargo" diff --git a/recipes/wip/dev/other/customasm/recipe.toml b/recipes/wip/dev/other/customasm/recipe.toml new file mode 100644 index 000000000..624efa595 --- /dev/null +++ b/recipes/wip/dev/other/customasm/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/hlorenzi/customasm" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/shaders/vibe/recipe.toml b/recipes/wip/graphics/shaders/vibe/recipe.toml new file mode 100644 index 000000000..1b32e2748 --- /dev/null +++ b/recipes/wip/graphics/shaders/vibe/recipe.toml @@ -0,0 +1,10 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/TornaxO7/vibe" +[build] +template = "cargo" +dependencies = [ + "libxkbcommon", + "libwayland", + "libalsa", +] diff --git a/recipes/wip/libs/audio/libalsa/recipe.toml b/recipes/wip/libs/audio/libalsa/recipe.toml new file mode 100644 index 000000000..805791e3c --- /dev/null +++ b/recipes/wip/libs/audio/libalsa/recipe.toml @@ -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" diff --git a/recipes/wip/sim/coulomb/recipe.toml b/recipes/wip/sim/coulomb/recipe.toml new file mode 100644 index 000000000..4db9fbcd3 --- /dev/null +++ b/recipes/wip/sim/coulomb/recipe.toml @@ -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" diff --git a/recipes/wip/sound/fretboard/recipe.toml b/recipes/wip/sound/fretboard/recipe.toml new file mode 100644 index 000000000..a40677db5 --- /dev/null +++ b/recipes/wip/sound/fretboard/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/bragefuglseth/fretboard" +[build] +template = "cargo" +dependencies = [ + "gtk4", + "libadwaita", +] diff --git a/recipes/wip/text/keypunch/recipe.toml b/recipes/wip/text/keypunch/recipe.toml new file mode 100644 index 000000000..2a9366554 --- /dev/null +++ b/recipes/wip/text/keypunch/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/bragefuglseth/keypunch" +[build] +template = "cargo" +dependencies = [ + "gtk4", + "libadwaita", +] diff --git a/recipes/wip/text/rnote/recipe.toml b/recipes/wip/text/rnote/recipe.toml new file mode 100644 index 000000000..c17b24307 --- /dev/null +++ b/recipes/wip/text/rnote/recipe.toml @@ -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 +""" diff --git a/recipes/wip/video/webcam/clipqr/recipe.toml b/recipes/wip/video/webcam/clipqr/recipe.toml new file mode 100644 index 000000000..25da03fd6 --- /dev/null +++ b/recipes/wip/video/webcam/clipqr/recipe.toml @@ -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"