mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Add recipes
This commit is contained in:
parent
0f00b91f4d
commit
4407359844
8
recipes/wip/debugedit/recipe.toml
Normal file
8
recipes/wip/debugedit/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://sourceware.org/ftp/debugedit/5.0/debugedit-5.0.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"elfutils",
|
||||
]
|
||||
5
recipes/wip/doxygen/recipe.toml
Normal file
5
recipes/wip/doxygen/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, see https://www.doxygen.nl/manual/install.html#install_src_unix
|
||||
[source]
|
||||
tar = "https://www.doxygen.nl/files/doxygen-1.9.8.src.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/elfutils/recipe.toml
Normal file
5
recipes/wip/elfutils/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://sourceware.org/elfutils/ftp/0.190/elfutils-0.190.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/ghostpdl/recipe.toml
Normal file
5
recipes/wip/ghostpdl/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/ghostpdl-10.02.1.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/ghostscript/recipe.toml
Normal file
5
recipes/wip/ghostscript/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO customization - https://ghostscript.readthedocs.io/en/latest/Make.html
|
||||
[source]
|
||||
tar = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/ghostscript-10.02.1.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/groff/recipe.toml
Normal file
5
recipes/wip/groff/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/groff/groff-1.23.0.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
12
recipes/wip/libqalculate/recipe.toml
Normal file
12
recipes/wip/libqalculate/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/Qalculate/libqalculate/releases/download/v4.9.0/libqalculate-4.9.0.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libgmp",
|
||||
"libmpfr",
|
||||
"libxml2",
|
||||
"readline",
|
||||
"libiconv",
|
||||
]
|
||||
9
recipes/wip/qalculate-gtk/recipe.toml
Normal file
9
recipes/wip/qalculate-gtk/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/Qalculate/qalculate-gtk/releases/download/v4.9.0/qalculate-gtk-4.9.0.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"gtk3",
|
||||
"libqalculate",
|
||||
]
|
||||
5
recipes/wip/steel/recipe.toml
Normal file
5
recipes/wip/steel/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mattwparas/steel"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user