Add initial snapcraft.yaml file (Builds but doesn't run)

This commit is contained in:
Mathieu Comandon 2019-03-25 23:12:22 -07:00
parent dccbb07749
commit df207c96fb

34
snapcraft.yaml Normal file
View file

@ -0,0 +1,34 @@
name: lutris
version: v0.5.1.3
summary: Lutris
description: |
Lutris is a gaming platform for GNU/Linux. Its goal is to make
gaming on Linux as easy as possible by taking care of installing
and setting up the game for the user. The only thing you have to
do is play the game. It aims to support every game that is playable
on Linux.
grade: devel
confinement: devmode
base: core18
parts:
lutris:
plugin: python
source: .
stage-packages:
- libc6
- python3-distutils
- python3-gi
- gir1.2-gtk-3.0
- gir1.2-glib-2.0
- gir1.2-gdkpixbuf-2.0
- gir1.2-gnomedesktop-3.0
- gir1.2-webkit2-4.0
- gir1.2-notify-0.7
apps:
lutris:
command: bin/lutris
lutris-wrapper:
command: bin/lutris-wrapper