Curtail/com.github.huluti.Curtail.json

71 lines
2.2 KiB
JSON
Raw Normal View History

2019-10-03 19:33:49 +03:00
{
2024-04-12 13:30:22 +03:00
"id":"com.github.huluti.Curtail",
"runtime":"org.gnome.Platform",
"runtime-version":"46",
"sdk":"org.gnome.Sdk",
"sdk-extensions":[
2023-04-04 13:44:36 +03:00
"org.freedesktop.Sdk.Extension.rust-stable"
],
2024-04-12 13:30:22 +03:00
"command":"curtail",
"finish-args":[
2019-10-03 19:33:49 +03:00
"--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
],
2024-04-12 13:30:22 +03:00
"modules":[
2019-10-04 21:55:19 +03:00
{
2024-04-12 13:30:22 +03:00
"name":"jpegoptim",
"sources":[
2023-04-04 13:44:36 +03:00
{
2024-04-12 13:30:22 +03:00
"type":"archive",
"url":"https://github.com/tjko/jpegoptim/archive/refs/tags/v1.5.5.tar.gz",
"sha256":"90a309d1c092de358bb411d702281ac3039b489d03adb0bc3c4ef04cf0067d38"
2023-04-04 13:44:36 +03:00
}
]
2019-10-04 21:55:19 +03:00
},
2024-04-12 13:41:58 +03:00
{
"name": "gccfix",
"buildsystem": "simple",
"build-commands": [
"ln -s /usr/bin/gcc /app/bin/aarch64-linux-gnu-gcc"
],
"cleanup": ["*"]
},
2019-10-04 21:55:19 +03:00
{
2024-04-12 13:30:22 +03:00
"name":"oxipng",
"buildsystem":"simple",
"build-commands":[
2023-04-04 13:44:36 +03:00
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
"cargo --offline build --release --verbose",
"install -Dm 755 target/release/oxipng -t /app/bin"
],
2024-04-12 13:30:22 +03:00
"build-options":{
"append-path":"/usr/lib/sdk/rust-stable/bin",
"env":{
"CARGO_HOME":"/run/build/oxipng/cargo"
}
},
"sources":[
2019-10-04 21:55:19 +03:00
{
2024-04-12 13:30:22 +03:00
"type":"archive",
"url":"https://github.com/shssoichiro/oxipng/archive/refs/tags/v9.0.0.tar.gz",
"sha256":"534fa8f349f52b01c2ee4332cef25ce1311edca04209ac6d972e38b171550a1b"
2023-04-04 13:44:36 +03:00
},
"oxipng-sources.json"
2019-10-04 21:55:19 +03:00
]
},
{
2024-04-12 13:30:22 +03:00
"name":"pngquant",
"sources":[
{
2024-04-12 13:30:22 +03:00
"type":"archive",
"url":"http://pngquant.org/pngquant-2.18.0-src.tar.gz",
"sha256":"e72194b52b36f040deaec49a1ddd5dcd8d4feecc3a5fe6c5e9589a9707b233d4"
}
]
},
"python3-scour.json"
2019-10-03 19:33:49 +03:00
]
2023-04-04 13:44:36 +03:00
}