Skip to content

Instantly share code, notes, and snippets.

@shturnev
Created May 14, 2020 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shturnev/7274b07cb1491b79005e28a6f657cfc7 to your computer and use it in GitHub Desktop.
Save shturnev/7274b07cb1491b79005e28a6f657cfc7 to your computer and use it in GitHub Desktop.
passgen snap settings
name: passgen2 # you probably want to 'snapcraft register <name>'
base: core18 # the base snap is the execution environment for this snap
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: password generator app # 79 char long summary
description: |
bla bla
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
apps:
my-part:
command: bin/passgen2
parts:
my-part:
plugin: dump
source: .
organize:
passgen2: bin/passgen2
stage-packages:
- libatk-bridge2.0-0
- libatk1.0-0
- libatspi2.0-0
- libcairo-gobject2
- libcairo2
- libdatrie1
- libepoxy0
- libfontconfig1
- libfreetype6
- libgdk-pixbuf2.0-0
- libgraphite2-3
- libgtk-3-0
- libharfbuzz0b
- libpango-1.0-0
- libpangocairo-1.0-0
- libpangoft2-1.0-0
- libpixman-1-0
- libpng16-16
- libthai0
- libwayland-client0
- libwayland-cursor0
- libwayland-egl1
- libx11-6
- libxau6
- libxcb-render0
- libxcb-shm0
- libxcb1
- libxcomposite1
- libxcursor1
- libxdamage1
- libxdmcp6
- libxext6
- libxfixes3
- libxi6
- libxinerama1
- libxkbcommon0
- libxrandr2
- libxrender1
- libjavascriptcoregtk-4.0-18
- libwebkit2gtk-4.0-37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment