diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a43204edfd90cdaeb5011fdc22d4eda0ad94444d --- /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