diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 00000000..196fc754 --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,15 @@ + + # After registering a name on build.snapcraft.io, commit an uncommented line: + name: barrier-kvm + version: '0.1' # just for humans, typically '1.2+git' or '1.3.2' + summary: Single-line elevator pitch for your amazing snap # 79 char long summary + description: | + A multiOS KVM - use one keyboard and mouse across computers + grade: devel # must be 'stable' to release into candidate/stable channels + confinement: devmode # use 'strict' once you have the right plugs and slots + + parts: + barrier-kvm: + # See 'snapcraft plugins' + plugin: cmake +