Add recipes

This commit is contained in:
Ribbon 2023-12-03 21:58:17 +00:00
parent 0f00b91f4d
commit 4407359844
9 changed files with 59 additions and 0 deletions

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

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

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

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

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

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

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

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

View File

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