Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 220f969

Browse files
committed
Merge branch 'patch-1' of https://github.com/popey/cointop into popey-patch-1
2 parents 600af53 + 742f14d commit 220f969

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

snapcraft.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
name: cointop
2-
version: master
3-
version-script: git -C parts/cointop/build rev-parse --short HEAD
2+
adopt-info: cointop
43
summary: Interactive terminal based UI application for tracking cryptocurrencies
54
description: |
65
cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time.
76
grade: stable
87
confinement: strict
8+
base: core20
99

1010
parts:
11-
go:
12-
source-tag: go1.14
1311
cointop:
14-
after: [go]
1512
source: .
1613
plugin: go
17-
go-importpath: github.com/miguelmota/cointop
14+
build-packages:
15+
- git
16+
override-pull: |
17+
snapcraftctl pull
18+
snapcraftctl set-version $(git rev-parse --short HEAD)
1819
1920
apps:
2021
cointop:
21-
command: cointop
22+
command: bin/cointop
2223
plugs:
2324
- network
2425
- network-bind

0 commit comments

Comments
 (0)