freebsd-ports/sysutils/gotop/Makefile
Yuri Victorovich 01f79b5367 sysutils/gotop: Switch to USES=go:modules, fix build with go1.13beta1
PR:		238940
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2019-07-02 19:16:46 +00:00

24 lines
574 B
Makefile

# $FreeBSD$
PORTNAME= gotop
DISTVERSION= 3.0.0
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Terminal based graphical activity monitor inspired by gtop and vtop
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= cjbassi
GH_TUPLE= docopt:docopt.go:ee0de3b:docopt/src/github.com/docopt/docopt-go \
shirou:gopsutil:v2.19.01:gopsutil/src/github.com/shirou/gopsutil \
golang:sys:37707fd:sys/src/golang.org/x/sys
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>