erroneousboat-slack-term/snapcraft.yaml

29 lines
661 B
YAML
Raw Normal View History

2018-01-25 14:31:06 +01:00
name: slack-term
version: git
summary: Slack client for your terminal
description: |
A Slack client for your terminal.
* Get a slack token from https://api.slack.com/docs/oauth-test-tokens
* Create $HOME/snap/slack-term/current/slack-term.json
* Contents detailed at https://github.com/erroneousboat/slack-term
* slack-term --config $HOME/snap/slack-term/current/slack-term.json
grade: stable
confinement: strict
apps:
slack-term:
command: slack-term
plugs:
- network
- home
parts:
go:
source-tag: go1.7.5
slack-term:
after: [go]
2018-01-25 16:03:42 +01:00
source: .
2018-01-25 14:31:06 +01:00
plugin: go
go-importpath: github.com/erroneousboat/slack-term