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
043453d821
commit
6a5ae9a079
5
recipes/wip/data/poppler-data/recipe.toml
Normal file
5
recipes/wip/data/poppler-data/recipe.toml
Normal 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"
|
||||
5
recipes/wip/dev/cargo-tools/cargo-autodd/recipe.toml
Normal file
5
recipes/wip/dev/cargo-tools/cargo-autodd/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nwiizo/cargo-autodd"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/other/customasm/recipe.toml
Normal file
5
recipes/wip/dev/other/customasm/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/hlorenzi/customasm"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/graphics/shaders/vibe/recipe.toml
Normal file
10
recipes/wip/graphics/shaders/vibe/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/TornaxO7/vibe"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libxkbcommon",
|
||||
"libwayland",
|
||||
"libalsa",
|
||||
]
|
||||
6
recipes/wip/libs/audio/libalsa/recipe.toml
Normal file
6
recipes/wip/libs/audio/libalsa/recipe.toml
Normal 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"
|
||||
7
recipes/wip/sim/coulomb/recipe.toml
Normal file
7
recipes/wip/sim/coulomb/recipe.toml
Normal 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"
|
||||
9
recipes/wip/sound/fretboard/recipe.toml
Normal file
9
recipes/wip/sound/fretboard/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bragefuglseth/fretboard"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
9
recipes/wip/text/keypunch/recipe.toml
Normal file
9
recipes/wip/text/keypunch/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bragefuglseth/keypunch"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
16
recipes/wip/text/rnote/recipe.toml
Normal file
16
recipes/wip/text/rnote/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/video/webcam/clipqr/recipe.toml
Normal file
8
recipes/wip/video/webcam/clipqr/recipe.toml
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user