mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
7927e3b271
Signed-off-by: Owen-sz <owen@fyralabs.com>
34 lines
986 B
XML
34 lines
986 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<component type="desktop-application">
|
|
<id>com.github.snow</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>MIT</project_license>
|
|
<icon
|
|
type="local"
|
|
>/usr/share/icons/hicolor/1024x1024/apps/snow_icon.png</icon>
|
|
|
|
<name>snow</name>
|
|
<summary>Classic Macintosh emulator</summary>
|
|
|
|
<description>
|
|
<p>
|
|
Snow emulates classic (Motorola 68k-based) Macintosh computers.
|
|
It features a graphical user interface to operate and debug the emulated machine.
|
|
The aim of this project is to emulate the Macintosh on a hardware-level as much as possible,
|
|
as opposed to emulators that patch the ROM or intercept system calls.
|
|
</p>
|
|
</description>
|
|
|
|
<launchable type="desktop-id">snow.desktop</launchable>
|
|
|
|
<url type="homepage">https://github.com/twvd/snow</url>
|
|
|
|
<keywords>
|
|
<keyword>macintosh</keyword>
|
|
</keywords>
|
|
|
|
<releases>
|
|
<release version="1.2.0" />
|
|
</releases>
|
|
</component>
|