Update snapcraft.yaml

pull/58/head
Miguel Mota 4 years ago
parent aa8ddff403
commit a201f3d06d

1
.gitignore vendored

@ -17,6 +17,7 @@
parts
prime
snap
!snapcraft.yaml
!snap/snapcraft.yaml
stage
*.snap

@ -0,0 +1,24 @@
version: master
version-script: git -C parts/cointop/build rev-parse --short HEAD
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
parts:
go:
source-tag: go1.12
cointop:
after: [go]
source: .
plugin: go
go-importpath: github.com/miguelmota/cointop
apps:
cointop:
command: cointop
plugs:
- network
- network-bind
- home
Loading…
Cancel
Save