You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cointop/snap/snapcraft.yaml

28 lines
573 B
YAML

name: cointop
version: master
version-script: git -C parts/cointop/build rev-parse --short HEAD
summary: Coin tracking for hackers
description: |
cointop is a fast command-line interface application for viewing
cryptocurrency stats and information in your terminal. The interface
is inspired by htop.
grade: stable
confinement: strict
parts:
go:
source-tag: go1.9.4
cointop:
after: [go]
source: .
plugin: go
go-importpath: github.com/miguelmota/cointop
apps:
cointop:
command: cointop
plugs:
- network
- network-bind