From 919928a590c1a4c05a29caf397e473809ce7b06f Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 28 Jul 2017 22:26:16 -0400 Subject: [PATCH] create initial snapcraft.yaml --- snap/snapcraft.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 000000000..a43204edf --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,15 @@ + +name: QGroundControl +version: '3.2+git' +summary: Cross-platform ground control station for drones +description: | + QGroundControl provides full flight control and configuration for ArduPilot or PX4 Pro powered vehicles. The goal for QGroundControl is improved ease of use for new users as well as high end feature support for experienced users. + + +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 -- 2.22.0