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

26 lines
614 B
YAML
Raw Normal View History

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