mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
Add recipes
This commit is contained in:
parent
69a34818bd
commit
82e3f60565
5
recipes/wip/demos/xscreensaver/recipe.toml
Normal file
5
recipes/wip/demos/xscreensaver/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO discover minimum dependencies from configure log
|
||||
[source]
|
||||
tar = "https://www.jwz.org/xscreensaver/xscreensaver-6.15.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
6
recipes/wip/dev/ide/evcode/recipe.toml
Normal file
6
recipes/wip/dev/ide/evcode/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO compile and test
|
||||
[source]
|
||||
git = "https://github.com/poghdev/Evcode-ide"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
18
recipes/wip/kde/cantor/recipe.toml
Normal file
18
recipes/wip/kde/cantor/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
#TODO determine minimum dependencies from cmake log
|
||||
#TODO enable disabled dependencies once working
|
||||
# backends: https://invent.kde.org/education/cantor#available-backends
|
||||
[source]
|
||||
git = "https://invent.kde.org/education/cantor"
|
||||
branch = "release/26.04"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
cmakeflags = [
|
||||
"-DENABLE_EMBEDDED_DOCUMENTATION=OFF"
|
||||
]
|
||||
dependencies = [
|
||||
"libqalculate",
|
||||
#"kalgebra",
|
||||
#"octave",
|
||||
#"r",
|
||||
]
|
||||
7
recipes/wip/kde/kalgebra/recipe.toml
Normal file
7
recipes/wip/kde/kalgebra/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO determine minimum dependencies from cmake log
|
||||
[source]
|
||||
git = "https://invent.kde.org/education/kalgebra"
|
||||
branch = "release/26.04"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
7
recipes/wip/kde/kget/recipe.toml
Normal file
7
recipes/wip/kde/kget/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO determine minimum dependencies from cmake log
|
||||
[source]
|
||||
git = "https://invent.kde.org/network/kget"
|
||||
branch = "release/26.04"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
7
recipes/wip/kde/kig/recipe.toml
Normal file
7
recipes/wip/kde/kig/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO determine minimum dependencies from cmake log
|
||||
[source]
|
||||
git = "https://invent.kde.org/education/kig"
|
||||
branch = "release/26.04"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
7
recipes/wip/kde/rocs/recipe.toml
Normal file
7
recipes/wip/kde/rocs/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO determine minimum dependencies from cmake log
|
||||
[source]
|
||||
git = "https://invent.kde.org/education/rocs"
|
||||
branch = "release/26.04"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
23
recipes/wip/math/sagemath/recipe.toml
Normal file
23
recipes/wip/math/sagemath/recipe.toml
Normal file
@ -0,0 +1,23 @@
|
||||
#TODO compile and test
|
||||
# build instructions: https://doc.sagemath.org/html/en/installation/index.html
|
||||
# minimum dependencies: https://doc.sagemath.org/html/en/reference/spkg/_prereq.html
|
||||
# all suite packages: https://doc.sagemath.org/html/en/reference/spkg/index.html
|
||||
[source]
|
||||
tar = "https://github.com/sagemath/sage/releases/download/10.9/sagemath-10.9.tar.gz"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dbuild-docs=false"
|
||||
]
|
||||
dependencies = [
|
||||
"boost",
|
||||
"bzip2",
|
||||
"zlib",
|
||||
]
|
||||
dev-dependencies = [
|
||||
"host:python312"
|
||||
]
|
||||
[package]
|
||||
dependencies = [
|
||||
"python312"
|
||||
]
|
||||
5
recipes/wip/monitors/sysstat/recipe.toml
Normal file
5
recipes/wip/monitors/sysstat/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO compile and test
|
||||
[source]
|
||||
tar = "https://sysstat.github.io/sysstat-packages/sysstat-12.7.9.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
Loading…
Reference in New Issue
Block a user