[Bug 229766] [NEW PORT] finance/cointop: A lightweight terminal UI that shows cryptocurrency values in realtime

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 15 16:28:24 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229766

Nathan <ndowens.fbsd at yandex.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #195127|1                           |0
           is patch|                            |

--- Comment #6 from Nathan <ndowens.fbsd at yandex.com> ---
Comment on attachment 195127
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195127
New port for finance/cointop

>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 at 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 are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list