snapcraft update
This commit is contained in:
27
snap/snapcraft.yaml
Normal file
27
snap/snapcraft.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
name: cqrcode # you probably want to 'snapcraft register <name>'
|
||||
base: core24 # the base snap is the execution environment for this snap
|
||||
version: '1.0' # just for humans, typically '1.2+git' or '1.3.2'
|
||||
summary: Create QR codes flying Canonical colors. # 79 char long summary
|
||||
description: |
|
||||
TODO
|
||||
|
||||
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||
confinement: strict # use 'strict' once you have the right plugs and slots
|
||||
|
||||
parts:
|
||||
venv:
|
||||
# See 'snapcraft plugins'
|
||||
plugin: python
|
||||
source-type: local
|
||||
source: .
|
||||
python-requirements:
|
||||
- requirements.txt
|
||||
source:
|
||||
plugin: dump
|
||||
source: .
|
||||
|
||||
apps:
|
||||
create:
|
||||
command: bin/python $SNAP/main.py
|
||||
plugs:
|
||||
- home
|
||||
Reference in New Issue
Block a user