name: 2048-qt-snap # you probably want to 'snapcraft register <name>'
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: Single-player puzzle game. # 79 char long summary
description: |
2048 is a single-player puzzle game in which the objective is to slide numbered tiles on
a grid to combine them and create a tile with the number 2048.
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
parts:
2048-qt-snap:
plugin: nil
source: .src
build-packages:
- qttools5-dev
- build-essential
- libqt5svg5-dev
- qttools5-dev-tools
- qtbase5-dev
after: [desktop-qt5]
apps:
2048-qt:
command: desktop-launch 2048-qt-snap