30 lines
865 B
XML
30 lines
865 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="console-application">
|
|
<id>io.github.gavinlyonsrepo.cylon</id>
|
|
|
|
<name>cylon</name>
|
|
<summary>Arch Linux distribution maintenance program</summary>
|
|
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
|
|
<description>
|
|
<p>
|
|
A TUI (terminal user interface) which provides updates and maintains an Arch based Linux distribution.
|
|
</p>
|
|
<p>
|
|
The program is menu-based and written in bash. It is mainly text based but also uses dialog GUI's at a few points mainly for directory and file selection.
|
|
</p>
|
|
</description>
|
|
|
|
<icon type="stock">cylonicon</icon>
|
|
|
|
<categories>
|
|
<category>System</category>
|
|
<category>TerminalEmulator</category>
|
|
</categories>
|
|
|
|
<provides>
|
|
<binary>cylon</binary>
|
|
</provides>
|
|
</component>
|