Add iota snap #76

Open
wants to merge 1 commit into
from

Conversation

Projects
None yet
3 participants

mariogrip commented Jun 17, 2016

This requires this patch of snapcraft to work: ubuntu-core/snapcraft#579

Collaborator

dholbach commented Jun 21, 2016

parts:
  iota:
    plugin: rust

We're still blocked here.

Any updates ? rust plugin is already merged to snapcraft

Collaborator

dholbach commented Sep 19, 2016

Thanks for the ping, I restarted the CI run.

+parts:
+ iota:
+ plugin: rust
+ source-type: git
@dholbach

dholbach Sep 19, 2016

Collaborator

This line shouldn't be necessary as the URL below ends with .git.

+version: 0.1
+summary: Iota is a terminal-based text-editor written in Rust.
+description: Iota is a terminal-based text-editor written in Rust.
+
@dholbach

dholbach Sep 19, 2016

Collaborator

It'd be good to define confinement and grade in here.

+
+apps:
+ iota:
+ command: iota
@dholbach

dholbach Sep 19, 2016

Collaborator

Are no plugs required? [home] maybe?

Some small bits need to be updated.

@@ -20,6 +20,7 @@ This project currently includes the following snaps:
| :white_check_mark: | `galculator` | |
| :red_circle: | `heroku` | |
| :red_circle: | `imagemagick6-stable`| |
+| :white_check_mark: | `iota ` | |
@dholbach

dholbach Sep 19, 2016

Collaborator

Missing ` and it'd be good to add a few words about which plugins it uses, etc.

Seems like build failure is from atom package , node version is to be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment