1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Initial snap.yaml

This commit is contained in:
Bumsik Kim 2018-05-21 15:46:36 -04:00 committed by GitHub
parent 6c8394f594
commit d51bc3934f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
snap/snapcraft.yaml Normal file
View file

@ -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