Skip to content

Commit

Permalink
Add the packaging metadata to build the gobot snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Arias committed Jan 5, 2017
1 parent ecb03b6 commit 687b5cf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions snapcraft.yaml
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

0 comments on commit 687b5cf

Please sign in to comment.