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

27 lines
617 B
YAML
Raw Normal View History

2020-08-05 06:27:22 +00:00
name: cointop
2021-03-02 14:38:03 +00:00
adopt-info: cointop
2020-05-24 06:17:27 +00:00
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
2021-03-02 14:38:03 +00:00
base: core20
2020-05-24 06:17:27 +00:00
parts:
cointop:
source: .
plugin: go
2021-03-02 14:38:03 +00:00
build-packages:
- git
override-pull: |
snapcraftctl pull
2021-03-10 10:21:03 +00:00
snapcraftctl set-version $(git describe --abbrev=0 --tags)
2020-05-24 06:17:27 +00:00
apps:
cointop:
2021-03-02 14:38:03 +00:00
command: bin/cointop
2020-05-24 06:17:27 +00:00
plugs:
- network
- network-bind
- home