-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.emmanueltouzery.hotwire.json
116 lines (116 loc) · 3.17 KB
/
com.github.emmanueltouzery.hotwire.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"app-id": "com.github.emmanueltouzery.hotwire",
"runtime": "org.freedesktop.Platform",
"runtime-version": "21.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
"command": "hotwire",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"env": {
"CARGO_HOME": "/run/build/hotwire/cargo"
}
},
"cleanup": [
"*.a",
"/share/gtk-doc",
"/include",
"/man"
],
"modules": [
{
"name": "nghttp2",
"cleanup": [
"/include",
"/share"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/nghttp2/nghttp2/releases/download/v1.45.1/nghttp2-1.45.1.tar.gz",
"sha256": "2379ebeff7b02e14b9a414551d73540ddce5442bbecda2748417e8505916f3e7"
}
]
},
{
"name": "c-ares",
"cleanup": [
"/include",
"/share"
],
"sources": [
{
"type": "archive",
"url": "https://c-ares.haxx.se/download/c-ares-1.17.2.tar.gz",
"sha256": "4803c844ce20ce510ef0eb83f8ea41fa24ecaae9d280c468c582d2bb25b3913d"
}
]
},
{
"name": "libpcap",
"cleanup": [
"/include",
"/share",
"/lib/pkgconfig"
],
"sources": [
{
"type": "archive",
"url": "http://www.tcpdump.org/release/libpcap-1.10.1.tar.gz",
"sha256": "ed285f4accaf05344f90975757b3dbfe772ba41d1c401c2648b7fa45b711bdd4"
}
]
},
{
"name": "tshark",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_wireshark=OFF"
],
"cleanup": [
"/include",
"/share/man",
"/lib/pkgconfig"
],
"sources": [
{
"type": "archive",
"sha256": "c6525e829bd24525ee699aa207ecd27c50646d64263a669671badfb71cd99620",
"url": "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-3.4.9.tar.xz"
}
]
},
{
"name": "hotwire",
"buildsystem": "simple",
"build-commands": [
"mkdir fontawesome-5.13.0 && mv svgs fontawesome-5.13.0",
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
"cargo --offline build --release --verbose",
"install -Dm755 ./target/release/hotwire -t /app/bin/",
"install -Dm644 ./flatpak/${FLATPAK_ID}.metainfo.xml -t /app/share/metainfo/",
"install -Dm644 ./${FLATPAK_ID}.desktop -t /app/share/applications/",
"install -Dm644 ./${FLATPAK_ID}.svg -t /app/share/icons/hicolor/scalable/apps/"
],
"sources": [
{
"type": "git",
"url": "https://github.com/emmanueltouzery/hotwire",
"commit": "209b74bc3fa1fe026390b65040061bbd4f42d519"
},
{
"type": "archive",
"sha256": "2985b9ba7aeb5cbd02f6ed4ccac0960ef5bed27269064956a6897bd7caa129f1",
"url": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.13.0.tgz"
},
"cargo-sources.json"
]
}
]
}