mirror of
https://github.com/miguelmota/cointop
synced 2024-11-05 00:00:14 +00:00
26 lines
614 B
YAML
26 lines
614 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.14
|
|
cointop:
|
|
after: [go]
|
|
source: .
|
|
plugin: go
|
|
go-importpath: github.com/miguelmota/cointop
|
|
|
|
apps:
|
|
cointop:
|
|
command: cointop
|
|
plugs:
|
|
- network
|
|
- network-bind
|
|
- home
|