2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
cointop/snapcraft.yaml

25 lines
600 B
YAML
Raw Normal View History

2020-05-24 06:17:27 +00:00
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.12
cointop:
after: [go]
source: .
plugin: go
go-importpath: github.com/miguelmota/cointop
apps:
cointop:
command: cointop
plugs:
- network
- network-bind
- home