Skip to content

Commit

Permalink
create initial snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored Jul 29, 2017
1 parent 03b3637 commit 919928a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 919928a

Please sign in to comment.