Merge branch 'popey-patch-1'

pull/113/head
Miguel Mota 3 years ago
commit 2aff297afa

@ -1,24 +1,25 @@
name: cointop name: cointop
version: master adopt-info: cointop
version-script: git -C parts/cointop/build rev-parse --short HEAD
summary: Interactive terminal based UI application for tracking cryptocurrencies summary: Interactive terminal based UI application for tracking cryptocurrencies
description: | description: |
cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time. cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time.
grade: stable grade: stable
confinement: strict confinement: strict
base: core20
parts: parts:
go:
source-tag: go1.14
cointop: cointop:
after: [go]
source: . source: .
plugin: go plugin: go
go-importpath: github.com/miguelmota/cointop build-packages:
- git
override-pull: |
snapcraftctl pull
snapcraftctl set-version $(git rev-parse --short HEAD)
apps: apps:
cointop: cointop:
command: cointop command: bin/cointop
plugs: plugs:
- network - network
- network-bind - network-bind

Loading…
Cancel
Save