-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
26 lines (23 loc) · 869 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: pynes # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: '3.1.0' # just for humans, typically '1.2+git' or '1.3.2'
summary: Awesome and entertaining mine game # 79 char long summary
description: |
The object of the game is to clear an abstract minefield without detonating a mine.
Very highly customizable and entertaining mine game.
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
architectures:
- build-on: amd64
apps:
pynes:
command: pynes
plugs: [home, desktop]
parts:
pynes:
source: https://github.com/astraldev/pynes.git
plugin: python
python-requirements: ['requirements.txt']
stage-packages:
- python3-gi
- python3-gi-cairo