From d51bc3934f49b7e26aaf98db047c7c3182675be3 Mon Sep 17 00:00:00 2001 From: Bumsik Kim Date: Mon, 21 May 2018 15:46:36 -0400 Subject: [PATCH] Initial snap.yaml --- snap/snapcraft.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 0000000..7aa95ea --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,17 @@ + + name: virtscreen + version: '0.1.2' # just for humans, typically '1.2+git' or '1.3.2' + summary: Make your iPad/tablet/computer as a secondary monitor on Linux # 79 char long summary + description: | + VirtScreen is an easy-to-use Linux GUI app that creates a virtual secondary + screen and shares it through VNC. VirtScreen is based on PyQt5 and Twisted + in Python side and uses x11vnc and XRandR. + + grade: devel # must be 'stable' to release into candidate/stable channels + confinement: devmode # use 'strict' once you have the right plugs and slots + + parts: + my-part: + # See 'snapcraft plugins' + plugin: nil +