1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/sysutils/gotop/Makefile

22 lines
426 B
Makefile
Raw Normal View History

PORTNAME= gotop
DISTVERSIONPREFIX= v
DISTVERSION= 4.1.4
PORTREVISION= 3
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>