Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pkgtop-1.7
@ 2019-09-03 19:49 voidlinux-github
  2019-09-06 14:31 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 3+ messages in thread
From: voidlinux-github @ 2019-09-03 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages NEW_PKGTOP
https://github.com/void-linux/void-packages/pull/14189

New package: pkgtop-1.7


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

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

From 179601e76a5f671b18c4346976611ebdbeb8e698 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <kylenusbaum@granular.ag>
Date: Tue, 3 Sep 2019 14:46:21 -0500
Subject: [PATCH] New package: pkgtop-1.7

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

diff --git a/srcpkgs/pkgtop/template b/srcpkgs/pkgtop/template
new file mode 100644
index 00000000000..0e18f410782
--- /dev/null
+++ b/srcpkgs/pkgtop/template
@@ -0,0 +1,18 @@
+# Template file for 'pkgtop'
+pkgname=pkgtop
+version=1.7
+revision=1
+build_style=go
+go_import_path="github.com/keylo99/pkgtop"
+go_package="${go_import_path}/src"
+hostmakedepends="git"
+short_desc="Interactive package manager and resource monitor"
+maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/keylo99/pkgtop"
+distfiles="https://github.com/keylo99/pkgtop/archive/${version}.tar.gz"
+checksum=3fc175dc241b7c171a34c5c99caa04840f2070f76033fb3624132faaacd0ee30
+
+post_install() {
+	mv ${DESTDIR}/usr/bin/{src,pkgtop}
+}

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

* Re: [PR PATCH] [Merged]: New package: pkgtop-1.7
  2019-09-03 19:49 [PR PATCH] New package: pkgtop-1.7 voidlinux-github
@ 2019-09-06 14:31 ` voidlinux-github
  0 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-09-06 14:31 UTC (permalink / raw)
  To: ml

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

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

New package: pkgtop-1.7
https://github.com/void-linux/void-packages/pull/14189

Description:
#14180 

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

* [PR PATCH] New package: pkgtop-1.7
@ 2019-09-03 19:41 voidlinux-github
  0 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-09-03 19:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages pkgtop
https://github.com/void-linux/void-packages/pull/14188

New package: pkgtop-1.7
Package requested in https://github.com/void-linux/void-packages/issues/14180 .

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

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

From c49148a97996ca25e25564221bc5c6538c199e98 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 3 Sep 2019 22:39:18 +0300
Subject: [PATCH] New package: pkgtop-1.7

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

diff --git a/srcpkgs/pkgtop/template b/srcpkgs/pkgtop/template
new file mode 100644
index 00000000000..a71531e2c70
--- /dev/null
+++ b/srcpkgs/pkgtop/template
@@ -0,0 +1,22 @@
+# Template file for 'pkgtop'
+pkgname=pkgtop
+version=1.7
+revision=1
+hostmakedepends="git go"
+short_desc="Interactive package manager ui and resource monitor"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-3.0"
+homepage="https://github.com/keylo99/pkgtop"
+distfiles="https://github.com/keylo99/pkgtop/archive/${version}.tar.gz"
+checksum=3fc175dc241b7c171a34c5c99caa04840f2070f76033fb3624132faaacd0ee30
+
+do_build() {
+	cd src
+	go get -d ./...
+	go build -o pkgtop
+}
+
+do_install() {
+	vbin src/pkgtop
+	vdoc README.md
+}
\ No newline at end of file

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

end of thread, other threads:[~2019-09-06 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03 19:49 [PR PATCH] New package: pkgtop-1.7 voidlinux-github
2019-09-06 14:31 ` [PR PATCH] [Merged]: " voidlinux-github
  -- strict thread matches above, loose matches on Subject: below --
2019-09-03 19:41 [PR PATCH] " voidlinux-github

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