aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gotop/Makefile
blob: 17eb97a9929b25467f6c0abf0e060619ce6487ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	gotop
DISTVERSIONPREFIX=	v
DISTVERSION=	4.1.4
PORTREVISION=	15
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>