Curtail/com.github.huluti.Curtail.json

71 lines
2.2 KiB
JSON
Raw Normal View History

2019-10-03 19:33:49 +03:00
{
2023-03-21 13:25:06 +03:00
"id": "com.github.huluti.Curtail",
2019-10-03 19:33:49 +03:00
"runtime": "org.gnome.Platform",
2023-03-22 20:10:10 +03:00
"runtime-version": "44",
2019-10-03 19:33:49 +03:00
"sdk": "org.gnome.Sdk",
2020-12-11 21:38:18 +03:00
"command": "curtail",
2019-10-03 19:33:49 +03:00
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
2023-03-24 11:44:24 +03:00
"--device=dri",
"--filesystem=home"
2019-10-03 19:33:49 +03:00
],
"modules": [
2019-10-04 21:55:19 +03:00
{
"name":"jpegoptim",
"sources":[{
"type": "archive",
2023-03-31 15:39:41 +03:00
"url": "https://github.com/tjko/jpegoptim/archive/refs/tags/v1.5.3.tar.gz",
"sha256": "2600d1c84cee714b69d88944c0b90f93ef3eac7010c96dadabf32ea90d67e33e"
}]
2019-10-04 21:55:19 +03:00
},
{
"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",
2023-03-20 23:12:21 +03:00
"url": "http://pngquant.org/pngquant-2.18.0-src.tar.gz",
"sha256": "e72194b52b36f040deaec49a1ddd5dcd8d4feecc3a5fe6c5e9589a9707b233d4"
}
]
},
{
"name": "libwebp",
"sources": [
{
"type": "archive",
2023-03-20 23:12:21 +03:00
"url": "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.3.0.tar.gz",
"sha256": "64ac4614db292ae8c5aa26de0295bf1623dbb3985054cb656c55e67431def17c"
}
]
},
2019-10-03 19:33:49 +03:00
{
2020-12-11 21:38:18 +03:00
"name": "curtail",
2019-10-03 19:33:49 +03:00
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "git",
2020-12-11 21:38:18 +03:00
"url": "https://github.com/Huluti/Curtail"
2019-10-03 19:33:49 +03:00
}
]
}
]
}