-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnet.lockbook.Lockbook.json
More file actions
47 lines (46 loc) · 1.64 KB
/
net.lockbook.Lockbook.json
File metadata and controls
47 lines (46 loc) · 1.64 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
46
{
"app-id": "net.lockbook.Lockbook",
"runtime": "org.freedesktop.Platform",
"runtime-version": "25.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin"
},
"command": "lockbook-desktop",
"finish-args": [
"--socket=x11",
"--device=dri",
"--share=network",
"--share=ipc"
],
"modules": [
{
"name": "lockbook",
"buildsystem": "simple",
"build-options": {
"env": {
"CARGO_HOME": "/run/build/lockbook/cargo"
}
},
"build-commands": [
"cargo build --release --offline -p lockbook-linux",
"install -Dm755 target/release/lockbook-linux /app/bin/lockbook-desktop",
"install -Dm644 docs/graphics/logo.svg /app/share/icons/hicolor/scalable/apps/net.lockbook.Lockbook.svg",
"install -Dm644 utils/dev/flatpak-package/lockbook-desktop.desktop /app/share/applications/net.lockbook.Lockbook.desktop",
"install -Dm644 utils/dev/flatpak-package/net.lockbook.Lockbook.appdata.xml /app/share/appdata/net.lockbook.Lockbook.appdata.xml"
],
"sources": [
{
"type": "git",
"url": "https://github.com/lockbook/lockbook/",
"tag": "26.2.11",
"commit": "4284aba5d918813579857f55bd1e65d8d4227bd0"
},
"cargo-sources.json"
]
}
]
}