forked from hybridgroup/gobot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the packaging metadata to build the gobot snap
- Loading branch information
Leo Arias
committed
Jan 5, 2017
1 parent
ecb03b6
commit 687b5cf
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: gobot | ||
version: dev | ||
summary: Gobot is a framework for robotics, physical computing, and IoT. | ||
description: | | ||
Gobot is a framework using the Go programming language for robotics, physical | ||
computing, and the Internet of Things. | ||
It provides a simple, yet powerful way to create solutions that incorporate | ||
multiple, different hardware devices at the same time. | ||
grade: devel | ||
confinement: strict | ||
|
||
apps: | ||
gobot: | ||
command: gobot | ||
plugs: [home] | ||
|
||
parts: | ||
gobot: | ||
source: . | ||
plugin: go | ||
go-packages: [gobot.io/x/gobot/cli] | ||
go-importpath: gobot.io/x/gobot | ||
organize: | ||
bin/cli: bin/gobot |