Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ytop-0.4.0
@ 2020-02-01  0:16 voidlinux-github
  2020-02-01  0:32 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2020-02-01  0:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NeelChotai/void-packages ytop
https://github.com/void-linux/void-packages/pull/18704

New package: ytop-0.4.0


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

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

From ffea31912dbc6e017c14b9325d0e4aaeca768951 Mon Sep 17 00:00:00 2001
From: Neel <neel@neelchotai.com>
Date: Sat, 1 Feb 2020 00:15:32 +0000
Subject: [PATCH] New package: ytop-0.4.0

---
 srcpkgs/ytop/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/ytop/template

diff --git a/srcpkgs/ytop/template b/srcpkgs/ytop/template
new file mode 100644
index 00000000000..abd518658f1
--- /dev/null
+++ b/srcpkgs/ytop/template
@@ -0,0 +1,15 @@
+# Template file for 'ytop'
+pkgname=ytop
+version=0.4.0
+revision=1
+build_style=cargo
+short_desc="A TUI system monitor written in Rust"
+maintainer="Neel Chotai <neel@chot.ai>"
+license="MIT"
+homepage="https://github.com/cjbassi/ytop"
+distfiles="https://github.com/cjbassi/ytop/archive/${version}.tar.gz"
+checksum=f35eec6158d677da636bc289fec266e15e35d43e364e5f7c461f16cc8ea89056
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: ytop-0.4.0
  2020-02-01  0:16 [PR PATCH] New package: ytop-0.4.0 voidlinux-github
@ 2020-02-01  0:32 ` voidlinux-github
  2020-02-01  1:34 ` voidlinux-github
  2020-02-14 15:20 ` [PR PATCH] [Merged]: New package: ytop-0.4.2 xtraeme
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-02-01  0:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NeelChotai/void-packages ytop
https://github.com/void-linux/void-packages/pull/18704

New package: ytop-0.4.0


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

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

From f88a30b9c87654f1a1af950452a47687ada41c20 Mon Sep 17 00:00:00 2001
From: Neel <neel@neelchotai.com>
Date: Sat, 1 Feb 2020 00:15:32 +0000
Subject: [PATCH] New package: ytop-0.4.0

---
 srcpkgs/ytop/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/ytop/template

diff --git a/srcpkgs/ytop/template b/srcpkgs/ytop/template
new file mode 100644
index 00000000000..a0378d53152
--- /dev/null
+++ b/srcpkgs/ytop/template
@@ -0,0 +1,15 @@
+# Template file for 'ytop'
+pkgname=ytop
+version=0.4.0
+revision=1
+build_style=cargo
+short_desc="TUI system monitor written in Rust"
+maintainer="Neel Chotai <neel@chot.ai>"
+license="MIT"
+homepage="https://github.com/cjbassi/ytop"
+distfiles="https://github.com/cjbassi/ytop/archive/${version}.tar.gz"
+checksum=f35eec6158d677da636bc289fec266e15e35d43e364e5f7c461f16cc8ea89056
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: ytop-0.4.0
  2020-02-01  0:16 [PR PATCH] New package: ytop-0.4.0 voidlinux-github
  2020-02-01  0:32 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-02-01  1:34 ` voidlinux-github
  2020-02-14 15:20 ` [PR PATCH] [Merged]: New package: ytop-0.4.2 xtraeme
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-02-01  1:34 UTC (permalink / raw)
  To: ml

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

New comment by NeelChotai on void-packages repository

https://github.com/void-linux/void-packages/pull/18704#issuecomment-580975970

Comment:
ARM compile bug fixed here: https://github.com/rust-psutil/rust-psutil/commit/d16e3f7ded13f30ffafd87aa4207ef2bc9f1fcc0, we'll have to wait for a new version of ytop before merging.

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

* Re: [PR PATCH] [Merged]: New package: ytop-0.4.2
  2020-02-01  0:16 [PR PATCH] New package: ytop-0.4.0 voidlinux-github
  2020-02-01  0:32 ` [PR PATCH] [Updated] " voidlinux-github
  2020-02-01  1:34 ` voidlinux-github
@ 2020-02-14 15:20 ` xtraeme
  2 siblings, 0 replies; 4+ messages in thread
From: xtraeme @ 2020-02-14 15:20 UTC (permalink / raw)
  To: ml

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

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

New package: ytop-0.4.2
https://github.com/void-linux/void-packages/pull/18704

Description:


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

end of thread, other threads:[~2020-02-14 15:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-01  0:16 [PR PATCH] New package: ytop-0.4.0 voidlinux-github
2020-02-01  0:32 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-01  1:34 ` voidlinux-github
2020-02-14 15:20 ` [PR PATCH] [Merged]: New package: ytop-0.4.2 xtraeme

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).