This repository was archived by the owner on Apr 10, 2026. It is now read-only.
forked from flathub/flathub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnet.lockbook.Lockbook.json
More file actions
46 lines (46 loc) · 1.75 KB
/
net.lockbook.Lockbook.json
File metadata and controls
46 lines (46 loc) · 1.75 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",
"install -Dm0644 UNLICENSE -t /app/share/licenses/net.lockbook.Lockbook/"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/lockbook/lockbook/archive/refs/tags/26.2.11.tar.gz",
"sha256": "b8e20e9550ef9252053a5c5642b9fc2a0bb193345bd5f538b96325da8d280702"
},
"cargo-sources.json"
]
}
]
}