blob: 2b1df0b09c58f0c7f76bfc84d0f2a571e369c9c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= tmux-mem-cpu-load
PORTVERSION= 3.6.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= adamw@FreeBSD.org
COMMENT= CPU, RAM, and load monitor for use with tmux
WWW= https://github.com/thewtex/tmux-mem-cpu-load
LICENSE= APACHE20
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= thewtex
PLIST_FILES= bin/tmux-mem-cpu-load
.include <bsd.port.mk>
|