mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
12 lines
270 B
TOML
12 lines
270 B
TOML
#TODO missing script for "make", see https://github.com/GreycLab/gmic-community/wiki/Building-from-Source
|
|
[source]
|
|
tar = "https://gmic.eu/files/source/gmic_3.3.2.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"fftw",
|
|
"libpng",
|
|
"libjpeg",
|
|
"zlib",
|
|
]
|