2018-12-14 03:49:37 +00:00
|
|
|
PORTNAME= gotop
|
2020-04-28 19:13:07 +00:00
|
|
|
DISTVERSIONPREFIX= v
|
2022-07-17 17:35:41 +00:00
|
|
|
DISTVERSION= 4.1.4
|
2022-10-06 11:24:35 +00:00
|
|
|
PORTREVISION= 3
|
2018-12-14 03:49:37 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Terminal based graphical activity monitor inspired by gtop and vtop
|
2022-09-07 21:06:12 +00:00
|
|
|
WWW= https://github.com/xxxserxxx/gotop
|
2018-12-14 03:49:37 +00:00
|
|
|
|
2021-07-23 20:17:17 +00:00
|
|
|
LICENSE= MIT
|
2019-05-18 06:37:12 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2019-05-18 06:06:49 +00:00
|
|
|
|
2019-07-02 19:16:46 +00:00
|
|
|
USES= go:modules
|
2018-12-14 03:49:37 +00:00
|
|
|
|
2022-02-23 07:06:34 +00:00
|
|
|
GO_MODULE= github.com/xxxserxxx/gotop/v4
|
2020-04-28 19:13:07 +00:00
|
|
|
GO_TARGET= ./cmd/gotop/
|
2018-12-14 03:49:37 +00:00
|
|
|
|
2019-05-18 06:37:12 +00:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
2018-12-14 03:49:37 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|