mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-02-15 04:41:50 +00:00
17 lines
640 B
YAML
17 lines
640 B
YAML
|
|
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
|
|
|