mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 13:08:47 +08:00
15 lines
386 B
TOML
15 lines
386 B
TOML
#TODO missing cross-compilation script
|
|
#TODO missing dependencies - https://gitlab.com/free-astro/siril#requirements
|
|
# build instructions - https://gitlab.com/free-astro/siril#building-siril-for-gnulinux
|
|
[source]
|
|
tar = "https://free-astro.org/download/siril-1.2.4.tar.bz2"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"glib",
|
|
"gtk3",
|
|
"liblcms",
|
|
"fftw",
|
|
"opencv4",
|
|
]
|