2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
cointop/snapcraft.yaml
Miguel Mota cb37ee568e update snap
Former-commit-id: a35c966f69a184bdd472c64da0c1eeca33a05554 [formerly a35c966f69a184bdd472c64da0c1eeca33a05554 [formerly df4338afe346b292045d625c39174c0c9655929d [formerly 299d0aa05adbcbce991b5476c9fe05d3c1cf72d3]]]
Former-commit-id: cbe3aa21dbf9c557391a1655a7568decd9a0360c
Former-commit-id: f902f083a13fbf2a4439f1112d021499db6abc30 [formerly 0c39432ae37981fc629c0f6a80fae27818bc7c57]
Former-commit-id: be23679aa98cb16a153e11f5684f5067322440ff
2018-04-20 02:12:50 -07:00

27 lines
617 B
YAML

name: cointop
version: master
version-script: git -C parts/cointop/build rev-parse --short HEAD
summary: Interactive terminal based UI application for tracking cryptocurrencies
description: |
cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time.
grade: stable
confinement: strict
parts:
go:
source-tag: go1.10
cointop:
after: [go]
source: .
plugin: go
go-importpath: github.com/miguelmota/cointop
apps:
cointop:
command: cointop
plugs:
- network
- network-bind
- home