flycast/snap/snapcraft.yaml

44 lines
1008 B
YAML

name: reicast
version: git
summary: Reicast
description: |
Reicast is a Sega Dreamcast emulator. It is designed to run dreamcast games
and homebrew in x86, x64 and aarch64 based platforms.
grade: stable
icon: shell/linux/reicast.png
confinement: strict
apps:
reicast:
command: desktop-launch $SNAP/bin/reicast
plugs: [home, alsa, pulseaudio, opengl, x11, joystick, unity7]
desktop: share/applications/reicast.desktop
joyconfig:
command: desktop-launch $SNAP/bin/reicast-joyconfig
plugs: [home, joystick]
parts:
joyconfig:
plugin: python
python-version: python3
python-packages:
- evdev
source: .
reicast:
source: .
source-subdir: shell/linux
plugin: make
make-parameters: [ PREFIX= ]
build-packages:
- build-essential
- libasound2-dev
- libegl1-mesa-dev
- libgl1-mesa-dev
- libgles2-mesa-dev
- mesa-common-dev
- pkg-config
stage-packages:
- libevdev2
after: [desktop-gtk2]