generated from pop-os/cosmic-app-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathio.github.cosmic_utils.Examine.json
118 lines (118 loc) · 4.05 KB
/
io.github.cosmic_utils.Examine.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
117
118
{
"id": "io.github.cosmic_utils.Examine",
"runtime": "org.freedesktop.Platform",
"runtime-version": "24.08",
"base": "com.system76.Cosmic.BaseApp",
"base-version": "stable",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable",
"org.freedesktop.Sdk.Extension.llvm18"
],
"command": "examine",
"finish-args": [
"--share=ipc",
"--socket=wayland",
"--socket=fallback-x11",
"--device=all",
"--talk-name=com.system76.CosmicSettingsDaemon",
"--filesystem=xdg-config/cosmic:ro"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm18/bin",
"build-args": [
"--share=network"
],
"env": {
"CARGO_HOME": "/run/build/examine/cargo",
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER": "clang",
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold",
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER": "clang",
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold"
}
},
"modules": [
{
"name": "just",
"buildsystem": "simple",
"build-commands": [
"install -Dm0755 just /app/bin/just"
],
"sources": [
{
"type": "archive",
"strip-components": 0,
"dest-filename": "just.tar.gz",
"url": "https://github.com/casey/just/releases/download/1.25.2/just-1.25.2-x86_64-unknown-linux-musl.tar.gz",
"sha256": "ad56bf1a804243b51ef2c2eec4b3a8177f970ccc414cbbee219c2e5c06f7bcc9",
"only_arches": [
"x86_64"
]
},
{
"type": "archive",
"strip-components": 0,
"dest-filename": "just.tar.gz",
"url": "https://github.com/casey/just/releases/download/1.25.2/just-1.25.2-aarch64-unknown-linux-musl.tar.gz",
"sha256": "049d624255d150f18b0f3a1257a163366b0dc22e16526214773903125145e515",
"only_arches": [
"aarch64"
]
}
]
},
{
"name": "libusb",
"config-opts": [
"--disable-static"
],
"cleanup": [
"/lib/*.la",
"/lib/pkgconfig",
"/include"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/libusb/libusb/releases/download/v1.0.27/libusb-1.0.27.tar.bz2",
"sha256": "ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575"
}
]
},
{
"name": "usbutils",
"config-opts": [
"--datadir=/app/share/hwdata",
"--sbindir=/app/bin"
],
"sources": [
{
"type": "git",
"url": "https://github.com/gregkh/usbutils.git",
"tag": "v017",
"commit": "23077bf82534baad8adfe33ce4c02b5fb087eb86",
"x-checker-data": {
"type": "git",
"tag-pattern": "^v([\\d.]+)$"
}
}
]
},
{
"name": "examine",
"buildsystem": "simple",
"build-commands": [
"just vendor",
"just build-vendored",
"just flatpak"
],
"sources": [
{
"type": "git",
"url": "https://github.com/cosmic-utils/examine.git",
"branch": "main"
}
]
}
]
}