Skip to content

Commit 63680c8

Browse files
authored
chore: metadata flathub file (#3293)
1 parent ec59b46 commit 63680c8

1 file changed

Lines changed: 97 additions & 0 deletions

File tree

linux/io.pslab.PSLab.metainfo.xml

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>io.pslab.PSLab</id>
4+
<metadata_license>CC0-1.0</metadata_license>
5+
<project_license>Apache-2.0</project_license>
6+
<name>PSLab</name>
7+
<summary>Pocket Science Lab</summary>
8+
<developer id="io.pslab">
9+
<name>FOSSASIA</name>
10+
</developer>
11+
<project_group>FOSSASIA</project_group>
12+
<description>
13+
<p>An all-in-one open-source laboratory for scientific experiments and electronic measurements.</p>
14+
<p>The Pocket Science Lab (PSLab) app pairs with open-source PSLab hardware to give you an array of essential measuring instruments in a single interface. Designed for makers, educators, and engineers.</p>
15+
<p>Available instruments:</p>
16+
<ul>
17+
<li>Oscilloscope</li>
18+
<li>Multimeter</li>
19+
<li>Logic Analyzer</li>
20+
<li>Waveform Generator</li>
21+
<li>Power Source</li>
22+
<li>Luxmeter</li>
23+
<li>Barometer</li>
24+
<li>Accelerometer</li>
25+
<li>Gyrometer</li>
26+
<li>Compass</li>
27+
<li>Thermometer</li>
28+
<li>Gas Sensor</li>
29+
<li>Dust Sensor</li>
30+
<li>Robotic Arm Controller</li>
31+
</ul>
32+
</description>
33+
<launchable type="desktop-id">io.pslab.PSLab.desktop</launchable>
34+
35+
<branding>
36+
<color type="primary" scheme_preference="light">#D32F2F</color>
37+
<color type="primary" scheme_preference="dark">#D32F2F</color>
38+
</branding>
39+
40+
<screenshots>
41+
<screenshot type="default">
42+
<caption>Main interface of PSLab</caption>
43+
<image>https://raw.githubusercontent.com/fossasia/pslab-app/main/docs/images/view_instrument_panel.png</image>
44+
</screenshot>
45+
<screenshot type="default">
46+
<caption>About PSLab</caption>
47+
<image>https://raw.githubusercontent.com/fossasia/pslab-app/main/docs/images/view_about_us.png</image>
48+
</screenshot>
49+
<screenshot type="default">
50+
<caption>Pin Layout</caption>
51+
<image>https://raw.githubusercontent.com/fossasia/pslab-app/main/docs/images/view_pin_layout_front.png</image>
52+
</screenshot>
53+
<screenshot type="default">
54+
<caption>Oscilloscope</caption>
55+
<image>https://raw.githubusercontent.com/fossasia/pslab-app/main/docs/images/instrument_oscilloscope_channel_view.png</image>
56+
</screenshot>
57+
<screenshot type="default">
58+
<caption>Dust Sensor</caption>
59+
<image>https://raw.githubusercontent.com/fossasia/pslab-app/main/docs/images/instrument_dust_sensor_view.png</image>
60+
</screenshot>
61+
<screenshot type="default">
62+
<caption>Robotic arm</caption>
63+
<image>https://raw.githubusercontent.com/fossasia/pslab-app/main/docs/images/instrument_robotic_arm_controller_view.png</image>
64+
</screenshot>
65+
<screenshot type="default">
66+
<caption>Logical Analyzer</caption>
67+
<image>https://raw.githubusercontent.com/fossasia/pslab-app/main/docs/images/instrument_logical_analyzer_view.png</image>
68+
</screenshot>
69+
</screenshots>
70+
71+
72+
<url type="homepage">https://pslab.io/</url>
73+
<url type="bugtracker">https://github.com/fossasia/pslab-app/issues</url>
74+
<url type="vcs-browser">https://github.com/fossasia/pslab-app</url>
75+
<url type="translate">https://hosted.weblate.org/projects/fossasia/pslab-app/</url>
76+
77+
<categories>
78+
<category>Development</category>
79+
<category>Education</category>
80+
<category>Science</category>
81+
</categories>
82+
83+
<supports>
84+
<control>keyboard</control>
85+
<control>pointing</control>
86+
<control>touch</control>
87+
</supports>
88+
89+
<content_rating type="oars-1.1" />
90+
<releases>
91+
<release version="4.17.68" date="2026-05-08">
92+
<description>
93+
<p>First upload on Flathub!</p>
94+
</description>
95+
</release>
96+
</releases>
97+
</component>

0 commit comments

Comments
 (0)