mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-18 02:55:12 +00:00
21 lines
422 B
JSON
21 lines
422 B
JSON
{
|
|
"name": "imagemagick",
|
|
"cleanup": [
|
|
"*"
|
|
],
|
|
"config-opts": [
|
|
"--disable-docs",
|
|
"--disable-static",
|
|
"--with-modules=no",
|
|
"--with-perl=no",
|
|
"--with-x"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://download.imagemagick.org/archive/releases/ImageMagick-7.1.2-29.tar.xz",
|
|
"sha256": "bab096dc4b3089be4c0ebfdb90a232b85b7d982a99f722b30512fb243ea1e4ce"
|
|
}
|
|
]
|
|
}
|