retro/appinfo/info.xml
Michel Roux c8d5e899f7
Some checks failed
retro / xml (push) Successful in 27s
retro / php (push) Failing after 1m15s
retro / nodejs (push) Failing after 1m40s
retro / release (push) Has been skipped
feat: 🌱 include script ok
2025-01-03 22:50:29 +01:00

20 lines
765 B
XML

<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>retro</id>
<name>Retro</name>
<summary>🕹️ Play your favorite retro games in Nextcloud</summary>
<description>An example description</description>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="xefir@crystalyx.net" homepage="https://www.crystalyx.net">Michel Roux</author>
<namespace>Retro</namespace>
<category>games</category>
<website>https://git.crystalyx.net/Xefir/retro</website>
<bugs>https://git.crystalyx.net/Xefir/retro/issues</bugs>
<dependencies>
<php min-version="8.2"/>
<nextcloud min-version="29" max-version="30"/>
</dependencies>
</info>