forked from Huluti/Curtail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.github.huluti.ImCompressor.json
65 lines (65 loc) · 1.96 KB
/
com.github.huluti.ImCompressor.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"app-id": "com.github.huluti.ImCompressor",
"runtime": "org.gnome.Platform",
"runtime-version": "3.38",
"sdk": "org.gnome.Sdk",
"command": "imcompressor",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=home"
],
"modules": [
{
"name":"jpegoptim",
"sources":[{
"type": "archive",
"url": "https://github.com/tjko/jpegoptim/archive/RELEASE.1.4.6.tar.gz",
"sha256": "c44dcfac0a113c3bec13d0fc60faf57a0f9a31f88473ccad33ecdf210b4c0c52"
}]
},
{
"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",
"buildsystem": "simple",
"build-commands": [
"sh configure --prefix=/app",
"make",
"make install"
],
"sources": [
{
"type": "archive",
"url": "http://pngquant.org/pngquant-2.12.5-src.tar.gz",
"sha256": "3638936cf6270eeeaabcee42e10768d78e4dc07cac9310307835c1f58b140808"
}
]
},
{
"name": "imcompressor",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/Huluti/ImCompressor"
}
]
}
]
}