Curtail/com.github.huluti.Curtail.json
2023-03-31 14:39:41 +02:00

71 lines
2.2 KiB
JSON

{
"id": "com.github.huluti.Curtail",
"runtime": "org.gnome.Platform",
"runtime-version": "44",
"sdk": "org.gnome.Sdk",
"command": "curtail",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--filesystem=home"
],
"modules": [
{
"name":"jpegoptim",
"sources":[{
"type": "archive",
"url": "https://github.com/tjko/jpegoptim/archive/refs/tags/v1.5.3.tar.gz",
"sha256": "2600d1c84cee714b69d88944c0b90f93ef3eac7010c96dadabf32ea90d67e33e"
}]
},
{
"name": "optipng",
"build-options": {
"config-opts": [
"--with-system-libs"
]
},
"sources": [
{
"type": "archive",
"url": "https://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.7/optipng-0.7.7.tar.gz",
"sha256": "4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452"
}
]
},
{
"name": "pngquant",
"sources": [
{
"type": "archive",
"url": "http://pngquant.org/pngquant-2.18.0-src.tar.gz",
"sha256": "e72194b52b36f040deaec49a1ddd5dcd8d4feecc3a5fe6c5e9589a9707b233d4"
}
]
},
{
"name": "libwebp",
"sources": [
{
"type": "archive",
"url": "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.3.0.tar.gz",
"sha256": "64ac4614db292ae8c5aa26de0295bf1623dbb3985054cb656c55e67431def17c"
}
]
},
{
"name": "curtail",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/Huluti/Curtail"
}
]
}
]
}