mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
finance/cointop: terminal UI showing cryptocurrency values in realtime
PR: 229766 Submitted by: Nathan <ndowens@yahoo.com>
This commit is contained in:
parent
4112eb119a
commit
f00d3d4643
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477816
@ -27,6 +27,7 @@
|
||||
SUBDIR += beanie
|
||||
SUBDIR += bitcoin-armory
|
||||
SUBDIR += cbb
|
||||
SUBDIR += cointop
|
||||
SUBDIR += electrum
|
||||
SUBDIR += expense
|
||||
SUBDIR += fixc
|
||||
|
32
finance/cointop/Makefile
Normal file
32
finance/cointop/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cointop
|
||||
PORTVERSION= 1.0.6
|
||||
CATEGORIES= finance
|
||||
|
||||
MAINTAINER= ndowens.fbsd@yandex.com
|
||||
COMMENT= Light cryptocurrency coin stats
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USES= go
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= miguelmota
|
||||
GH_PROJECT= cointop
|
||||
|
||||
PLIST_FILES= bin/cointop
|
||||
|
||||
do-build:
|
||||
@${MKDIR} ${WRKSRC}/github.com/${GH_ACCOUNT}
|
||||
@${RLN} ${WRKSRC} ${WRKSRC}/github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
@${RLN} ${WRKSRC} ${WRKSRC}/src
|
||||
cd ${WRKSRC} && \
|
||||
${SETENV} ${MAKE_ENV} ${GO_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} \
|
||||
${GO_CMD} build -ldflags "-X main.Version=${DISTVERSION}" -o bin/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
3
finance/cointop/distinfo
Normal file
3
finance/cointop/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1531543729
|
||||
SHA256 (miguelmota-cointop-1.0.6_GH0.tar.gz) = 6188f21e7fcdfe686324a30a5ccc89a684e2a9acd81f2b042309ec0b28c26272
|
||||
SIZE (miguelmota-cointop-1.0.6_GH0.tar.gz) = 3988031
|
5
finance/cointop/pkg-descr
Normal file
5
finance/cointop/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
WWW: https://github.com/miguelmota/cointop
|
||||
|
||||
Fast and lightweight terminal based UI application
|
||||
for tracking and monitoring cryptocurrency coins
|
||||
in real-time; inspired by htop with vim-inspired keys
|
Loading…
Reference in New Issue
Block a user