af9ca0a6ad
to tmux. Like rainbarf except it works, and it's a 40KB executable. WWW: https://github.com/thewtex/tmux-mem-cpu-load
23 lines
400 B
Makefile
23 lines
400 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tmux-mem-cpu-load
|
|
PORTVERSION= 3.4.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= CPU, RAM, and load monitor for use with tmux
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= tmux:sysutils/tmux
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= thewtex
|
|
|
|
USES= cmake
|
|
|
|
PLIST_FILES= bin/tmux-mem-cpu-load
|
|
|
|
.include <bsd.port.mk>
|