-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.lconst.keypeek.json
More file actions
45 lines (45 loc) · 1.5 KB
/
io.github.lconst.keypeek.json
File metadata and controls
45 lines (45 loc) · 1.5 KB
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
{
"id": "io.github.lconst.keypeek",
"runtime": "org.freedesktop.Platform",
"runtime-version": "25.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
"base": "com.system76.Cosmic.BaseApp",
"base-version": "stable",
"command": "keypeek-applet",
"finish-args": [
"--socket=wayland",
"--share=ipc",
"--filesystem=xdg-config/cosmic:rw",
"--filesystem=host:ro",
"--talk-name=com.system76.CosmicSettingsDaemon"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"env": {
"CARGO_HOME": "/run/build/keypeek-applet/cargo"
}
},
"modules": [
{
"name": "keypeek-applet",
"buildsystem": "simple",
"build-commands": [
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
"cargo --offline build --release --verbose",
"install -Dm0755 ./target/release/keypeek-applet /app/bin/keypeek-applet",
"install -Dm0644 ./resources/app.desktop /app/share/applications/io.github.l-const.keypeek.desktop",
"install -Dm0644 ./resources/app.metainfo.xml /app/share/metainfo/io.github.l-const.keypeek.metainfo.xml",
"install -Dm0644 ./resources/io.github.l-const.keypeek.svg /app/share/icons/hicolor/scalable/apps/io.github.l-const.keypeek.svg"
],
"sources": [
{
"type": "git",
"url": "https://github.com/l-const/keypeek-applet.git",
"tag": "v0.2.0"
},
"./cargo-sources.json"
]
}
]
}