mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Add sysutils/bashtop, Linux/OSX/FreeBSD resource monitor
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
SUBDIR += bareos18-server
|
||||
SUBDIR += bareos18-traymonitor
|
||||
SUBDIR += barrier
|
||||
SUBDIR += bashtop
|
||||
SUBDIR += bastille
|
||||
SUBDIR += batmon
|
||||
SUBDIR += battmond
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bashtop
|
||||
DISTVERSION= 0.9.25
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= Linux/OSX/FreeBSD resource monitor
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= coreutils>0:sysutils/coreutils \
|
||||
gsed:textproc/gsed
|
||||
|
||||
USES= python:3.5+,run
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= aristocratos
|
||||
GH_TAGNAME= d2eb76e
|
||||
|
||||
PLIST_FILES= bin/bashtop
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bashtop ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1596792173
|
||||
SHA256 (aristocratos-bashtop-0.9.25-d2eb76e_GH0.tar.gz) = 39549e1a7c586bd2c02a9650b0ba79b10d5dcab9287df596ebab0f57922fcec4
|
||||
SIZE (aristocratos-bashtop-0.9.25-d2eb76e_GH0.tar.gz) = 453955
|
||||
@@ -0,0 +1,4 @@
|
||||
Resource monitor that shows usage and stats for processor, memory, disks,
|
||||
network and processes.
|
||||
|
||||
WWW: https://github.com/aristocratos/bashtop
|
||||
Reference in New Issue
Block a user