snapcraft: Add joyconfig

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2018-04-20 00:32:55 +02:00
parent ea652b679e
commit 80d054940c
1 changed files with 11 additions and 2 deletions

View File

@ -4,16 +4,25 @@ 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: devel
grade: stable
icon: shell/linux/reicast.png
confinement: strict
apps:
reicast:
command: desktop-launch $SNAP/reicast
command: desktop-launch $SNAP/bin/reicast
plugs: [home, alsa, pulseaudio, opengl, x11, joystick, unity7]
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