From c28cd27f80939065411be2c9c421da81b5d5935c Mon Sep 17 00:00:00 2001 From: Benjamin Slade Date: Tue, 28 Apr 2020 08:54:06 -0600 Subject: [PATCH] New package: bashtop-0.8.15 --- srcpkgs/bashtop/INSTALL.msg | 1 + srcpkgs/bashtop/template | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 srcpkgs/bashtop/INSTALL.msg create mode 100644 srcpkgs/bashtop/template diff --git a/srcpkgs/bashtop/INSTALL.msg b/srcpkgs/bashtop/INSTALL.msg new file mode 100644 index 00000000000..e0b538b8fd5 --- /dev/null +++ b/srcpkgs/bashtop/INSTALL.msg @@ -0,0 +1 @@ +bashtop has additional functionality when curl and lm_sensors are installed. diff --git a/srcpkgs/bashtop/template b/srcpkgs/bashtop/template new file mode 100644 index 00000000000..22215b8b6a5 --- /dev/null +++ b/srcpkgs/bashtop/template @@ -0,0 +1,16 @@ +# Template file for 'bashtop' +pkgname=bashtop +version=0.8.15 +revision=1 +archs=noarch +depends="bash coreutils grep sed gawk procps-ng" +short_desc="Resource monitor for processor, memory, disks, network, processes" +maintainer="Benjamin Slade " +license="Apache-2.0" +homepage="https://github.com/aristocratos/bashtop" +distfiles="https://github.com/aristocratos/${pkgname}/archive/v${version}.tar.gz" +checksum=617aab0a23b1a9430f2ef7d51e4f89eb06c5b3f2ff40768cb6849fc2899ffc6a + +do_install() { + vbin ${pkgname} +}