ports/sysutils/gotop/Makefile
Yuri Victorovich 5040530979 sysutils/gotop: Update 4.1.2 -> 4.1.3
Reported by:	portscout
2022-02-22 23:22:54 -08:00

19 lines
369 B
Makefile

PORTNAME= gotop
DISTVERSIONPREFIX= v
DISTVERSION= 4.1.3
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Terminal based graphical activity monitor inspired by gtop and vtop
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/xxxserxxx/gotop/v4
GO_TARGET= ./cmd/gotop/
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>