Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bashtop-0.8.15
@ 2020-04-28 14:56 emacsomancer
  2020-05-19  7:26 ` [PR PATCH] [Updated] " emacsomancer
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: emacsomancer @ 2020-04-28 14:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is a new pull request by emacsomancer against master on the void-packages repository

https://github.com/emacsomancer/void-packages bashtop
https://github.com/void-linux/void-packages/pull/21433

New package: bashtop-0.8.15


A patch file from https://github.com/void-linux/void-packages/pull/21433.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bashtop-21433.patch --]
[-- Type: text/x-diff, Size: 1398 bytes --]

From c28cd27f80939065411be2c9c421da81b5d5935c Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
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 <slade@lambda-y.net>"
+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}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: bashtop-0.8.15
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
@ 2020-05-19  7:26 ` emacsomancer
  2020-05-20 21:27 ` [PR PATCH] [Updated] New package: bashtop-0.8.31 emacsomancer
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: emacsomancer @ 2020-05-19  7:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by emacsomancer against master on the void-packages repository

https://github.com/emacsomancer/void-packages bashtop
https://github.com/void-linux/void-packages/pull/21433

New package: bashtop-0.8.15


A patch file from https://github.com/void-linux/void-packages/pull/21433.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bashtop-21433.patch --]
[-- Type: text/x-diff, Size: 1398 bytes --]

From 0d94dd9544715a98dbf241dab4c52346924b0c44 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 28 Apr 2020 08:54:06 -0600
Subject: [PATCH] New package: bashtop-0.8.31

---
 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..2789ca128b8
--- /dev/null
+++ b/srcpkgs/bashtop/template
@@ -0,0 +1,16 @@
+# Template file for 'bashtop'
+pkgname=bashtop
+version=0.8.31
+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 <slade@lambda-y.net>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/bashtop"
+distfiles="https://github.com/aristocratos/${pkgname}/archive/v${version}.tar.gz"
+checksum=43f98ce66a109b268931231d75ea0ec0ae84cb61761febf9a2a7837f3a966e64
+
+do_install() {
+	vbin ${pkgname}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: bashtop-0.8.31
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
  2020-05-19  7:26 ` [PR PATCH] [Updated] " emacsomancer
@ 2020-05-20 21:27 ` emacsomancer
  2020-06-01 23:35 ` emacsomancer
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: emacsomancer @ 2020-05-20 21:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by emacsomancer against master on the void-packages repository

https://github.com/emacsomancer/void-packages bashtop
https://github.com/void-linux/void-packages/pull/21433

New package: bashtop-0.8.31


A patch file from https://github.com/void-linux/void-packages/pull/21433.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bashtop-21433.patch --]
[-- Type: text/x-diff, Size: 1408 bytes --]

From cff214ce885598c4df1a3fd2bcef2b12a0d85a6b Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 28 Apr 2020 08:54:06 -0600
Subject: [PATCH] New package: bashtop-0.8.31

---
 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..c16e55b474c
--- /dev/null
+++ b/srcpkgs/bashtop/INSTALL.msg
@@ -0,0 +1 @@
+bashtop has additional functionality when curl, lm_sensors, and sysstat are installed.
diff --git a/srcpkgs/bashtop/template b/srcpkgs/bashtop/template
new file mode 100644
index 00000000000..2789ca128b8
--- /dev/null
+++ b/srcpkgs/bashtop/template
@@ -0,0 +1,16 @@
+# Template file for 'bashtop'
+pkgname=bashtop
+version=0.8.31
+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 <slade@lambda-y.net>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/bashtop"
+distfiles="https://github.com/aristocratos/${pkgname}/archive/v${version}.tar.gz"
+checksum=43f98ce66a109b268931231d75ea0ec0ae84cb61761febf9a2a7837f3a966e64
+
+do_install() {
+	vbin ${pkgname}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: bashtop-0.8.31
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
  2020-05-19  7:26 ` [PR PATCH] [Updated] " emacsomancer
  2020-05-20 21:27 ` [PR PATCH] [Updated] New package: bashtop-0.8.31 emacsomancer
@ 2020-06-01 23:35 ` emacsomancer
  2020-07-07 21:16 ` [PR PATCH] [Updated] New package: bashtop-0.9.17 emacsomancer
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: emacsomancer @ 2020-06-01 23:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by emacsomancer against master on the void-packages repository

https://github.com/emacsomancer/void-packages bashtop
https://github.com/void-linux/void-packages/pull/21433

New package: bashtop-0.8.31


A patch file from https://github.com/void-linux/void-packages/pull/21433.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bashtop-21433.patch --]
[-- Type: text/x-diff, Size: 1406 bytes --]

From eb6c138729117e2c9ce44a5fdb27351de96aa5c5 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 28 Apr 2020 08:54:06 -0600
Subject: [PATCH] New package: bashtop-0.9.7

---
 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..c16e55b474c
--- /dev/null
+++ b/srcpkgs/bashtop/INSTALL.msg
@@ -0,0 +1 @@
+bashtop has additional functionality when curl, lm_sensors, and sysstat are installed.
diff --git a/srcpkgs/bashtop/template b/srcpkgs/bashtop/template
new file mode 100644
index 00000000000..6e543c07021
--- /dev/null
+++ b/srcpkgs/bashtop/template
@@ -0,0 +1,16 @@
+# Template file for 'bashtop'
+pkgname=bashtop
+version=0.9.7
+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 <slade@lambda-y.net>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/bashtop"
+distfiles="https://github.com/aristocratos/${pkgname}/archive/v${version}.tar.gz"
+checksum=2b3775dc3e9444d32038a16691ebd8994f274dcdd322ffa031f9ac76b07b491f
+
+do_install() {
+	vbin ${pkgname}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: bashtop-0.9.17
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
                   ` (2 preceding siblings ...)
  2020-06-01 23:35 ` emacsomancer
@ 2020-07-07 21:16 ` emacsomancer
  2020-07-12 23:07 ` emacsomancer
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: emacsomancer @ 2020-07-07 21:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by emacsomancer against master on the void-packages repository

https://github.com/emacsomancer/void-packages bashtop
https://github.com/void-linux/void-packages/pull/21433

New package: bashtop-0.9.17


A patch file from https://github.com/void-linux/void-packages/pull/21433.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bashtop-21433.patch --]
[-- Type: text/x-diff, Size: 1486 bytes --]

From eb06b4c31b1e2148d0686f6e77a077e381fa4105 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 28 Apr 2020 08:54:06 -0600
Subject: [PATCH] New package: bashtop-0.9.21

---
 srcpkgs/bashtop/INSTALL.msg |  1 +
 srcpkgs/bashtop/template    | 20 ++++++++++++++++++++
 2 files changed, 21 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..c16e55b474c
--- /dev/null
+++ b/srcpkgs/bashtop/INSTALL.msg
@@ -0,0 +1 @@
+bashtop has additional functionality when curl, lm_sensors, and sysstat are installed.
diff --git a/srcpkgs/bashtop/template b/srcpkgs/bashtop/template
new file mode 100644
index 00000000000..a326f328ad3
--- /dev/null
+++ b/srcpkgs/bashtop/template
@@ -0,0 +1,20 @@
+# Template file for 'bashtop'
+pkgname=bashtop
+version=0.9.21
+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 <slade@lambda-y.net>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/bashtop"
+distfiles="https://github.com/aristocratos/${pkgname}/archive/v${version}.tar.gz"
+checksum=28cce3eed88a35490953c5739fa22df63363de90d83d4d505fee5721c58b7da1
+
+pre_install() {
+	vsed -i bashtop -e '/^update_check/s/true/false/'
+}
+
+do_install() {
+	vbin ${pkgname}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: bashtop-0.9.17
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
                   ` (3 preceding siblings ...)
  2020-07-07 21:16 ` [PR PATCH] [Updated] New package: bashtop-0.9.17 emacsomancer
@ 2020-07-12 23:07 ` emacsomancer
  2020-07-15  2:06 ` emacsomancer
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: emacsomancer @ 2020-07-12 23:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by emacsomancer against master on the void-packages repository

https://github.com/emacsomancer/void-packages bashtop
https://github.com/void-linux/void-packages/pull/21433

New package: bashtop-0.9.17


A patch file from https://github.com/void-linux/void-packages/pull/21433.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bashtop-21433.patch --]
[-- Type: text/x-diff, Size: 1486 bytes --]

From f3eb4a3ce1dcc3a087ddc6ad5f9607d4e1dfd2e4 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 28 Apr 2020 08:54:06 -0600
Subject: [PATCH] New package: bashtop-0.9.23

---
 srcpkgs/bashtop/INSTALL.msg |  1 +
 srcpkgs/bashtop/template    | 20 ++++++++++++++++++++
 2 files changed, 21 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..c16e55b474c
--- /dev/null
+++ b/srcpkgs/bashtop/INSTALL.msg
@@ -0,0 +1 @@
+bashtop has additional functionality when curl, lm_sensors, and sysstat are installed.
diff --git a/srcpkgs/bashtop/template b/srcpkgs/bashtop/template
new file mode 100644
index 00000000000..5ffe5be614e
--- /dev/null
+++ b/srcpkgs/bashtop/template
@@ -0,0 +1,20 @@
+# Template file for 'bashtop'
+pkgname=bashtop
+version=0.9.23
+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 <slade@lambda-y.net>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/bashtop"
+distfiles="https://github.com/aristocratos/${pkgname}/archive/v${version}.tar.gz"
+checksum=7060c77b6d26feebf3cbf7005b3da942423724dd6c7f0c90404ca689c0b3c5ce
+
+pre_install() {
+	vsed -i bashtop -e '/^update_check/s/true/false/'
+}
+
+do_install() {
+	vbin ${pkgname}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: bashtop-0.9.17
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
                   ` (4 preceding siblings ...)
  2020-07-12 23:07 ` emacsomancer
@ 2020-07-15  2:06 ` emacsomancer
  2020-07-26 16:44 ` emacsomancer
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: emacsomancer @ 2020-07-15  2:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by emacsomancer against master on the void-packages repository

https://github.com/emacsomancer/void-packages bashtop
https://github.com/void-linux/void-packages/pull/21433

New package: bashtop-0.9.17


A patch file from https://github.com/void-linux/void-packages/pull/21433.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bashtop-21433.patch --]
[-- Type: text/x-diff, Size: 1486 bytes --]

From 142eeabcc2603069fe1bd232c22f6e91856070a8 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 28 Apr 2020 08:54:06 -0600
Subject: [PATCH] New package: bashtop-0.9.24

---
 srcpkgs/bashtop/INSTALL.msg |  1 +
 srcpkgs/bashtop/template    | 20 ++++++++++++++++++++
 2 files changed, 21 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..c16e55b474c
--- /dev/null
+++ b/srcpkgs/bashtop/INSTALL.msg
@@ -0,0 +1 @@
+bashtop has additional functionality when curl, lm_sensors, and sysstat are installed.
diff --git a/srcpkgs/bashtop/template b/srcpkgs/bashtop/template
new file mode 100644
index 00000000000..4e02810d1d5
--- /dev/null
+++ b/srcpkgs/bashtop/template
@@ -0,0 +1,20 @@
+# Template file for 'bashtop'
+pkgname=bashtop
+version=0.9.24
+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 <slade@lambda-y.net>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/bashtop"
+distfiles="https://github.com/aristocratos/${pkgname}/archive/v${version}.tar.gz"
+checksum=b2f3d641268d8b1e7252ef0e7b0aab61b111ea1e182689279c8530059710ac00
+
+pre_install() {
+	vsed -i bashtop -e '/^update_check/s/true/false/'
+}
+
+do_install() {
+	vbin ${pkgname}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: bashtop-0.9.17
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
                   ` (5 preceding siblings ...)
  2020-07-15  2:06 ` emacsomancer
@ 2020-07-26 16:44 ` emacsomancer
  2020-08-29  8:22 ` New package: bashtop-0.9.25 gorkawien
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: emacsomancer @ 2020-07-26 16:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by emacsomancer against master on the void-packages repository

https://github.com/emacsomancer/void-packages bashtop
https://github.com/void-linux/void-packages/pull/21433

New package: bashtop-0.9.17


A patch file from https://github.com/void-linux/void-packages/pull/21433.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bashtop-21433.patch --]
[-- Type: text/x-diff, Size: 1486 bytes --]

From 9fc6a820d090806dff6861a289c22c06cb24ba8e Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 28 Apr 2020 08:54:06 -0600
Subject: [PATCH] New package: bashtop-0.9.25

---
 srcpkgs/bashtop/INSTALL.msg |  1 +
 srcpkgs/bashtop/template    | 20 ++++++++++++++++++++
 2 files changed, 21 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..c16e55b474c
--- /dev/null
+++ b/srcpkgs/bashtop/INSTALL.msg
@@ -0,0 +1 @@
+bashtop has additional functionality when curl, lm_sensors, and sysstat are installed.
diff --git a/srcpkgs/bashtop/template b/srcpkgs/bashtop/template
new file mode 100644
index 00000000000..bded4069e20
--- /dev/null
+++ b/srcpkgs/bashtop/template
@@ -0,0 +1,20 @@
+# Template file for 'bashtop'
+pkgname=bashtop
+version=0.9.25
+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 <slade@lambda-y.net>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/bashtop"
+distfiles="https://github.com/aristocratos/${pkgname}/archive/v${version}.tar.gz"
+checksum=676126df13a860df578a3a130783e0abb1c0b7628dddcfd7591069b832e8d8ad
+
+pre_install() {
+	vsed -i bashtop -e '/^update_check/s/true/false/'
+}
+
+do_install() {
+	vbin ${pkgname}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: New package: bashtop-0.9.25
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
                   ` (6 preceding siblings ...)
  2020-07-26 16:44 ` emacsomancer
@ 2020-08-29  8:22 ` gorkawien
  2020-09-06  1:20 ` abenson
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gorkawien @ 2020-08-29  8:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

New comment by gorkawien on void-packages repository

https://github.com/void-linux/void-packages/pull/21433#issuecomment-683256453

Comment:
bashtop is no longer maintainded, but it was forked as "bpytop"
https://github.com/aristocratos/bpytop

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: New package: bashtop-0.9.25
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
                   ` (7 preceding siblings ...)
  2020-08-29  8:22 ` New package: bashtop-0.9.25 gorkawien
@ 2020-09-06  1:20 ` abenson
  2020-09-06  1:48 ` emacsomancer
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: abenson @ 2020-09-06  1:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 199 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21433#issuecomment-687684251

Comment:
Is the inclusion of [bpytop](#24668) enough to close this?

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: New package: bashtop-0.9.25
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
                   ` (8 preceding siblings ...)
  2020-09-06  1:20 ` abenson
@ 2020-09-06  1:48 ` emacsomancer
  2020-09-06  8:45 ` gorkawien
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: emacsomancer @ 2020-09-06  1:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/21433#issuecomment-687686283

Comment:
> Is the inclusion of [bpytop](#24668) enough to close this?

I would say "yes", given that `bpytop` is effectively the continuation of `bashtop`.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: New package: bashtop-0.9.25
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
                   ` (9 preceding siblings ...)
  2020-09-06  1:48 ` emacsomancer
@ 2020-09-06  8:45 ` gorkawien
  2020-09-08 16:55 ` [PR PATCH] [Closed]: " Chocimier
  2020-09-08 16:55 ` Chocimier
  12 siblings, 0 replies; 14+ messages in thread
From: gorkawien @ 2020-09-06  8:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 963 bytes --]

New comment by gorkawien on void-packages repository

https://github.com/void-linux/void-packages/pull/21433#issuecomment-687727997

Comment:
> Is the inclusion of [bpytop](#24668) enough to close this?

I would also say "yes". It would be a great addition to the repositories.
Just in case, i post the template for the last verson 1.0.24:

# Template file for 'bpytop'
pkgname=bpytop
version=1.0.24
revision=1
build_style=gnu-makefile
archs=noarch
#conf_files=""
#hostmakedepends=""
#makedepends=""
depends="python3 python3-psutil"
conflicts="python3-psutil<5.7.0"
short_desc="Resource monitor for processor, memory, disks, network, processes"
maintainer="Tuxliban Torvalds <<tenshalito@gmail.com>>"
license="Apache-2.0"
homepage="https://github.com/aristocratos/bpytop"
distfiles="https://github.com/aristocratos/${pkgname}/archive/v${version}.tar.gz"
checksum=f8db1f2710c95f0d5c9c171bff7166678640024ca1e9162cc8c98b898932e7ed








^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: New package: bashtop-0.9.25
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
                   ` (11 preceding siblings ...)
  2020-09-08 16:55 ` [PR PATCH] [Closed]: " Chocimier
@ 2020-09-08 16:55 ` Chocimier
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2020-09-08 16:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21433#issuecomment-689008883

Comment:
Closing in favor of bpytop #24668.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Closed]: New package: bashtop-0.9.25
  2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
                   ` (10 preceding siblings ...)
  2020-09-06  8:45 ` gorkawien
@ 2020-09-08 16:55 ` Chocimier
  2020-09-08 16:55 ` Chocimier
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2020-09-08 16:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

There's a closed pull request on the void-packages repository

New package: bashtop-0.9.25
https://github.com/void-linux/void-packages/pull/21433

Description:


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-09-08 16:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 14:56 [PR PATCH] New package: bashtop-0.8.15 emacsomancer
2020-05-19  7:26 ` [PR PATCH] [Updated] " emacsomancer
2020-05-20 21:27 ` [PR PATCH] [Updated] New package: bashtop-0.8.31 emacsomancer
2020-06-01 23:35 ` emacsomancer
2020-07-07 21:16 ` [PR PATCH] [Updated] New package: bashtop-0.9.17 emacsomancer
2020-07-12 23:07 ` emacsomancer
2020-07-15  2:06 ` emacsomancer
2020-07-26 16:44 ` emacsomancer
2020-08-29  8:22 ` New package: bashtop-0.9.25 gorkawien
2020-09-06  1:20 ` abenson
2020-09-06  1:48 ` emacsomancer
2020-09-06  8:45 ` gorkawien
2020-09-08 16:55 ` [PR PATCH] [Closed]: " Chocimier
2020-09-08 16:55 ` Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).