Skip to content

Instantly share code, notes, and snippets.

@fzankl
Last active February 2, 2022 13:45
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 fzankl/327fc5485ccb6114384a7fe7641ad40c to your computer and use it in GitHub Desktop.
Save fzankl/327fc5485ccb6114384a7fe7641ad40c to your computer and use it in GitHub Desktop.
Extract from snapcraft.yaml used for ctrlX CORE app.
name: id-of-the-snap
version: "1.0.0"
title: Title of the Snap
summary: Summary of the Snap
description: Description of the snap
grade: stable
architectures:
- arm64
base: core20
confinement: strict
type: app
...
plugs:
licensing-service:
interface: content
content: licensing-service
target: $SNAP_DATA/licensing-service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment