opnsense-ports/sysutils/gotop/Makefile
Franco Fichtner fa89bd5e52 */*: sync with upstream
Taken from: FreeBSD
2024-08-12 10:12:12 +02:00

21 lines
427 B
Makefile

PORTNAME= gotop
DISTVERSIONPREFIX= v
DISTVERSION= 4.1.4
PORTREVISION= 19
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Terminal based graphical activity monitor inspired by gtop and vtop
WWW= https://github.com/xxxserxxx/gotop
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>