Merge pull request #5 from popey/add-snapcraft

Create snapcraft.yaml

Former-commit-id: dba6f4cab492e4e2bff77c767741e2cc36df9c03 [formerly dba6f4cab492e4e2bff77c767741e2cc36df9c03 [formerly aaf6136736d132d794d4dd30608744780a5fc8bf [formerly f7effb56dbf6fc6d9368adb889ab55143f366661]]]
Former-commit-id: f3a45468813dab1896f79780a8e6f1fefbfe9b3d
Former-commit-id: 1fc35d238fc8fea54981e68745d79326a42226a6 [formerly bc2835b129bd6413baaeb079a19d4c1626aae066]
Former-commit-id: 014506e4933d746e784a7ac290666089d87bb2c4
pull/15/head
Miguel Mota 6 years ago committed by GitHub
commit 9d79cfe4bc

@ -0,0 +1,27 @@
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
Loading…
Cancel
Save