-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
dev.edfloreshz.Tasks.json
60 lines (60 loc) · 1.79 KB
/
dev.edfloreshz.Tasks.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
{
"id": "dev.edfloreshz.Tasks",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
"command": "tasks",
"finish-args": [
"--share=ipc",
"--socket=wayland",
"--socket=fallback-x11",
"--device=dri",
"--talk-name=com.system76.CosmicSettingsDaemon",
"--filesystem=xdg-config/cosmic:ro"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"build-args": ["--share=network"],
"env": {
"CARGO_HOME": "/run/build/tasks/cargo"
}
},
"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": "tasks",
"buildsystem": "simple",
"build-commands": ["just vendor", "just build-vendored", "just flatpak"],
"sources": [
{
"type": "git",
"branch": "main",
"url": "https://github.com/edfloreshz/tasks.git"
}
]
}
]
}