mirror of
https://github.com/miguelmota/cointop
synced 2024-11-05 00:00:14 +00:00
25 lines
600 B
YAML
25 lines
600 B
YAML
|
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
|