Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bandwhich-0.6.0
@ 2019-12-31  2:16 voidlinux-github
  2019-12-31  2:25 ` [PR PATCH] [Updated] " voidlinux-github
  2019-12-31 13:42 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-31  2:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages bandwhich-0.6.0_1
https://github.com/void-linux/void-packages/pull/17916

New package: bandwhich-0.6.0
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bandwhich-0.6.0_1-17916.patch --]
[-- Type: text/x-diff, Size: 1357 bytes --]

From a7958c16d0edf43dcafbbad7ea4c578c2fd3044a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 30 Dec 2019 23:14:56 -0300
Subject: [PATCH] New package: bandwhich-0.6.0

---
 srcpkgs/bandwhich/INSTALL  |  5 +++++
 srcpkgs/bandwhich/template | 15 +++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/bandwhich/INSTALL
 create mode 100644 srcpkgs/bandwhich/template

diff --git a/srcpkgs/bandwhich/INSTALL b/srcpkgs/bandwhich/INSTALL
new file mode 100644
index 00000000000..1393ab3c991
--- /dev/null
+++ b/srcpkgs/bandwhich/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_admin+ep usr/bin/bandwhich
+	;;
+esac
diff --git a/srcpkgs/bandwhich/template b/srcpkgs/bandwhich/template
new file mode 100644
index 00000000000..bdc1c349685
--- /dev/null
+++ b/srcpkgs/bandwhich/template
@@ -0,0 +1,15 @@
+# Template file for 'bandwhich'
+pkgname=bandwhich
+version=0.6.0
+revision=1
+build_style=cargo
+short_desc="Terminal bandwidth utilization tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/imsnif/bandwhich"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=df13a4641bee77d1199baffaedd27f99fe3d8e36408e318b85b280cdb76ab62e
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: bandwhich-0.6.0
  2019-12-31  2:16 [PR PATCH] New package: bandwhich-0.6.0 voidlinux-github
@ 2019-12-31  2:25 ` voidlinux-github
  2019-12-31 13:42 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-31  2:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages bandwhich-0.6.0_1
https://github.com/void-linux/void-packages/pull/17916

New package: bandwhich-0.6.0
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bandwhich-0.6.0_1-17916.patch --]
[-- Type: text/x-diff, Size: 1355 bytes --]

From 84b9ed25746870760657f18cb5a4629eeceae5d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 30 Dec 2019 23:14:56 -0300
Subject: [PATCH] New package: bandwhich-0.6.0

---
 srcpkgs/bandwhich/INSTALL  |  5 +++++
 srcpkgs/bandwhich/template | 15 +++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/bandwhich/INSTALL
 create mode 100644 srcpkgs/bandwhich/template

diff --git a/srcpkgs/bandwhich/INSTALL b/srcpkgs/bandwhich/INSTALL
new file mode 100644
index 00000000000..4bdab9ebbf9
--- /dev/null
+++ b/srcpkgs/bandwhich/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep usr/bin/bandwhich
+	;;
+esac
diff --git a/srcpkgs/bandwhich/template b/srcpkgs/bandwhich/template
new file mode 100644
index 00000000000..bdc1c349685
--- /dev/null
+++ b/srcpkgs/bandwhich/template
@@ -0,0 +1,15 @@
+# Template file for 'bandwhich'
+pkgname=bandwhich
+version=0.6.0
+revision=1
+build_style=cargo
+short_desc="Terminal bandwidth utilization tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/imsnif/bandwhich"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=df13a4641bee77d1199baffaedd27f99fe3d8e36408e318b85b280cdb76ab62e
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Merged]: New package: bandwhich-0.6.0
  2019-12-31  2:16 [PR PATCH] New package: bandwhich-0.6.0 voidlinux-github
  2019-12-31  2:25 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-12-31 13:42 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-31 13:42 UTC (permalink / raw)
  To: ml

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

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

New package: bandwhich-0.6.0
https://github.com/void-linux/void-packages/pull/17916

Description:
None

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

end of thread, other threads:[~2019-12-31 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31  2:16 [PR PATCH] New package: bandwhich-0.6.0 voidlinux-github
2019-12-31  2:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-31 13:42 ` [PR PATCH] [Merged]: " 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).