View | Details | Raw Unified | Return to bug 229766 | Differences between
and this patch

Collapse All | Expand All

(-)finance/cointop/Makefile (+30 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	cointop
4
PORTVERSION=	1.0.6
5
CATEGORIES=	finance
6
7
MAINTAINER=	ndowens.fbsd@yandex.com
8
COMMENT=	Light cryptocurrency coin stats
9
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE.md
12
13
USES=		go
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	miguelmota
17
GH_PROJECT=	cointop
18
19
do-build:
20
	 	@${MKDIR} ${WRKSRC}/github.com/${GH_ACCOUNT}
21
		@${RLN} ${WRKSRC} ${WRKSRC}/github.com/${GH_ACCOUNT}/${PORTNAME}
22
		@${RLN} ${WRKSRC} ${WRKSRC}/src
23
		cd ${WRKSRC} && \
24
			${SETENV} ${MAKE_ENV} ${GO_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} \
25
			${GO_CMD} build -ldflags "-X main.Version=${DISTVERSION}" -o bin/${PORTNAME}
26
27
do-install:
28
		${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
29
30
.include <bsd.port.mk>
(-)finance/cointop/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1531543729
2
SHA256 (miguelmota-cointop-1.0.6_GH0.tar.gz) = 6188f21e7fcdfe686324a30a5ccc89a684e2a9acd81f2b042309ec0b28c26272
3
SIZE (miguelmota-cointop-1.0.6_GH0.tar.gz) = 3988031
(-)finance/cointop/pkg-descr (+5 lines)
Line 0 Link Here
1
WWW: https://github.com/miguelmota/cointop
2
3
Fast and lightweight terminal based UI application
4
for tracking and monitoring cryptocurrency coins
5
in real-time; inspired by htop with vim-inspired keys
(-)finance/cointop/pkg-plist (+1 lines)
Line 0 Link Here
1
bin/%%GO_PKGNAME%%

Return to bug 229766