Create snapcraft.yaml

Adds snapcraft.yaml to enable building snaps of cointop.

Former-commit-id: 9fb5014e0fb332002349f0f5dab840c6cffc04cc [formerly 9fb5014e0fb332002349f0f5dab840c6cffc04cc [formerly f89932ed19a2b436064ccb3d2110322195ddcdba [formerly eb7fd09eaa]]]
Former-commit-id: cfac09b815f4b1b7a495974401a02e75b4e7406f
Former-commit-id: e20c50fda9ec6fb66093268f79559763c703ef3a [formerly 2c70b2932d276438cd22fdb065a370e649b6e0c9]
Former-commit-id: 34ec1a65b13fb466bd0d77e018f53112fbd33374
pull/15/head
Alan Pope 6 years ago committed by GitHub
parent 5ef86cfc68
commit ab16701068

@ -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