FreeBSD Bugzilla – Attachment 195127 Details for
Bug 229766
[NEW PORT] finance/cointop: A lightweight terminal UI that shows cryptocurrency values in realtime
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
New port for finance/cointop
cointop.diff (text/plain), 2.73 KB, created by
Nathan
on 2018-07-14 17:26:16 UTC
(
hide
)
Description:
New port for finance/cointop
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-07-14 17:26:16 UTC
Size:
2.73 KB
patch
obsolete
>Index: finance/cointop/Makefile >=================================================================== >--- finance/cointop/Makefile (nonexistent) >+++ finance/cointop/Makefile (working copy) >@@ -0,0 +1,31 @@ >+# $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= 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/cointop ${DESTDIR}/${PREFIX}/bin/ >+ >+.include <bsd.port.mk> > >Property changes on: finance/cointop/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: finance/cointop/distinfo >=================================================================== >--- finance/cointop/distinfo (nonexistent) >+++ finance/cointop/distinfo (working copy) >@@ -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 > >Property changes on: finance/cointop/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: finance/cointop/pkg-descr >=================================================================== >--- finance/cointop/pkg-descr (nonexistent) >+++ finance/cointop/pkg-descr (working copy) >@@ -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 > >Property changes on: finance/cointop/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 229766
:
195124
|
195127
|
195155
|
195351
|
195354