-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcom.sanjayadanushka.NeoArch.appdata.xml
More file actions
executable file
·53 lines (53 loc) · 1.91 KB
/
com.sanjayadanushka.NeoArch.appdata.xml
File metadata and controls
executable file
·53 lines (53 loc) · 1.91 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
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.sanjayadanushka.NeoArch</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<name>NeoArch</name>
<summary>Package Manager for Arch Linux</summary>
<description>
<p>
NeoArch is a modern, user-friendly package manager for Arch Linux. It provides an intuitive GUI for managing packages from multiple sources including pacman, AUR, Flatpak, and npm.
</p>
<p>
Features:
</p>
<ul>
<li>Discover and install packages from pacman, AUR, Flatpak, and npm</li>
<li>Manage system updates</li>
<li>Bundle packages for easy installation</li>
<li>Plugin system for extensibility</li>
<li>Modern dark UI</li>
</ul>
</description>
<launchable type="desktop-id">com.sanjayadanushka.NeoArch.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Main interface showing package discovery</caption>
<image>https://raw.githubusercontent.com/Sanjaya-Danushka/Aurora/release/v1.0-beta/screenshot.png</image>
</screenshot>
</screenshots>
<categories>
<category>System</category>
<category>Utility</category>
</categories>
<keywords>
<keyword>arch</keyword>
<keyword>linux</keyword>
<keyword>package</keyword>
<keyword>manager</keyword>
<keyword>aur</keyword>
<keyword>flatpak</keyword>
</keywords>
<developer_name>Sanjaya Danushka</developer_name>
<url type="homepage">https://github.com/Sanjaya-Danushka/Neoarch</url>
<url type="bugtracker">https://github.com/Sanjaya-Danushka/Neoarch/issues</url>
<url type="help">https://github.com/Sanjaya-Danushka/Neoarch#readme</url>
<releases>
<release version="1.0-beta" date="2025-11-07">
<description>
<p>Initial release with full package management features.</p>
</description>
</release>
</releases>
</component>