-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspace.nouspiro.tenmon.json
124 lines (124 loc) · 2.59 KB
/
space.nouspiro.tenmon.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
119
120
121
122
123
124
{
"id": "space.nouspiro.tenmon",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "tenmon",
"cleanup": [
"/include",
"*.a",
"*.la",
"*.cmake"
],
"finish-args":
[
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--filesystem=host:rw",
"--filesystem=xdg-run/gvfs:ro",
"--talk-name=org.freedesktop.FileManager1"
],
"modules": [
{
"name": "libgsl",
"buildsystem": "autotools",
"cleanup": ["/bin"],
"sources": [
{
"type": "archive",
"url": "https://quantum-mirror.hu/mirrors/pub/gnu/gsl/gsl-2.7.1.tar.gz",
"sha256": "dcb0fbd43048832b757ff9942691a8dd70026d5da0ff85601e52687f6deeb34b"
}
]
},
{
"name": "cfitsio",
"buildsystem": "cmake-ninja",
"builddir": true,
"cleanup": [
"/bin"
],
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DUSE_PTHREADS=ON"
],
"sources": [
{
"type": "archive",
"disable-http-decompression": true,
"url": "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.4.0.tar.gz",
"sha256": "95900cf95ae760839e7cb9678a7b2fad0858d6ac12234f934bd1cb6bfc246ba9"
}
]
},
{
"name": "libraw",
"buildsystem": "autotools",
"cleanup": [
"/bin"
],
"sources": [
{
"type": "archive",
"url": "https://www.libraw.org/data/LibRaw-0.21.1.tar.gz",
"sha256": "630a6bcf5e65d1b1b40cdb8608bdb922316759bfb981c65091fec8682d1543cd"
},
{
"type": "shell",
"commands": ["autoreconf -f -i"]
}
]
},
{
"name": "wcs",
"buildsystem": "autotools",
"cleanup": [
"/bin"
],
"sources": [
{
"type": "archive",
"url": "https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib-8.2.2.tar.bz2",
"sha256": "6298220ae817f4e5522643ac4c3da2623be70a3484b1a4f37060bee3e4bd7833"
}
]
},
{
"name": "stellarsolver",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DUSE_QT5=OFF"
],
"sources": [
{
"type": "git",
"url": "https://github.com/rlancaste/stellarsolver.git",
"commit": "0e4db32caa2d98a9a4ff2a2df765c45e9539ba93"
}
]
},
{
"name": "tenmon",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DRELEASE_BUILD=ON",
"-DFLATPAK=ON",
"-DUSE_BUNDLED_LIBS=ON",
"-DUSE_BUNDLED_ZLIB=OFF"
],
"sources": [
{
"type": "git",
"url": "https://gitea.nouspiro.space/nou/tenmon.git",
"tag": "20250302",
"commit": "c872c72bb5d0ed46f9022a7e9fbb3941635d5101"
}
]
}
]
}