Skip to content

Commit

Permalink
feat: add snap file
Browse files Browse the repository at this point in the history
  • Loading branch information
vinugawade committed Dec 18, 2023
1 parent 17d0e1e commit f62e01a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: urboard # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: '1.0.0' # just for humans, typically '1.2+git' or '1.3.2'
summary: UR board - The Clipboard Manager # 79 char long summary
description: |
UR board - The Clipboard Manager
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: classic # use 'strict' once you have the right plugs and slots

parts:
my-part:
# See 'snapcraft plugins'
plugin: nil

0 comments on commit f62e01a

Please sign in to comment.