Update snapcraft.yaml
This commit is contained in:
parent
fac5610b44
commit
a90b1bdd34
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue