Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: 3mux-0.1.1
@ 2020-04-14 21:28 zdykstra
  2020-04-14 21:35 ` zdykstra
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: zdykstra @ 2020-04-14 21:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages 3mux
https://github.com/void-linux/void-packages/pull/20993

New package: 3mux-0.1.1


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

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

From 900baae4935dd6b6c3d48766b1c5cea94f3091fc Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Tue, 14 Apr 2020 16:27:42 -0500
Subject: [PATCH] New package: 3mux-0.1.1

---
 srcpkgs/3mux/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/3mux/template

diff --git a/srcpkgs/3mux/template b/srcpkgs/3mux/template
new file mode 100644
index 00000000000..c9174730775
--- /dev/null
+++ b/srcpkgs/3mux/template
@@ -0,0 +1,16 @@
+# Template file for '3mux'
+pkgname=3mux
+version=0.1.1
+revision=1
+build_style=go
+go_import_path=github.com/aaronjanse/3mux
+short_desc="Terminal multiplexer inspired by i3"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://github.com/aaronjanse/3mux"
+distfiles="https://github.com/aaronjanse/3mux/archive/v${version}.tar.gz"
+checksum=3fa1b9a21c7bbfce1e5765a3a4918719523b9326bebcab7e5df0ca7940d79c26
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: 3mux-0.1.1
  2020-04-14 21:28 [PR PATCH] New package: 3mux-0.1.1 zdykstra
@ 2020-04-14 21:35 ` zdykstra
  2020-04-17 19:10 ` [PR PATCH] [Updated] " zdykstra
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2020-04-14 21:35 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/20993#issuecomment-613693209

Comment:
Pretty new / fast moving project, but it seems promising. 

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

* Re: [PR PATCH] [Updated] New package: 3mux-0.1.1
  2020-04-14 21:28 [PR PATCH] New package: 3mux-0.1.1 zdykstra
  2020-04-14 21:35 ` zdykstra
@ 2020-04-17 19:10 ` zdykstra
  2020-04-19 14:39 ` [PR PATCH] [Updated] New package: 3mux-0.2.0 zdykstra
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2020-04-17 19:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages 3mux
https://github.com/void-linux/void-packages/pull/20993

New package: 3mux-0.1.1


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

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

From 558ce187a8f15ce26e1a049d62aa80bc1e155a3c Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 17 Apr 2020 14:10:25 -0500
Subject: [PATCH] New package: 3mux-0.2.0

---
 srcpkgs/3mux/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/3mux/template

diff --git a/srcpkgs/3mux/template b/srcpkgs/3mux/template
new file mode 100644
index 00000000000..e75245f8cec
--- /dev/null
+++ b/srcpkgs/3mux/template
@@ -0,0 +1,16 @@
+# Template file for '3mux'
+pkgname=3mux
+version=0.2.0
+revision=1
+build_style=go
+go_import_path=github.com/aaronjanse/3mux
+short_desc="Terminal multiplexer inspired by i3"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://github.com/aaronjanse/3mux"
+distfiles="https://github.com/aaronjanse/3mux/archive/v${version}.tar.gz"
+checksum=066aedd958e0fa0fcf093f82acc04fe92d2682cd72faee1d67936ffe5b5476cf
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: 3mux-0.2.0
  2020-04-14 21:28 [PR PATCH] New package: 3mux-0.1.1 zdykstra
  2020-04-14 21:35 ` zdykstra
  2020-04-17 19:10 ` [PR PATCH] [Updated] " zdykstra
@ 2020-04-19 14:39 ` zdykstra
  2020-04-20  1:15 ` [PR PATCH] [Updated] New package: 3mux-0.2.1 zdykstra
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2020-04-19 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages 3mux
https://github.com/void-linux/void-packages/pull/20993

New package: 3mux-0.2.0


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

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

From c446a7999e5ffe56feda6fd516eca6e186882909 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 17 Apr 2020 14:10:25 -0500
Subject: [PATCH] New package: 3mux-0.2.1

---
 srcpkgs/3mux/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/3mux/template

diff --git a/srcpkgs/3mux/template b/srcpkgs/3mux/template
new file mode 100644
index 00000000000..77ba506b3d6
--- /dev/null
+++ b/srcpkgs/3mux/template
@@ -0,0 +1,16 @@
+# Template file for '3mux'
+pkgname=3mux
+version=0.2.1
+revision=1
+build_style=go
+go_import_path=github.com/aaronjanse/3mux
+short_desc="Terminal multiplexer inspired by i3"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://github.com/aaronjanse/3mux"
+distfiles="https://github.com/aaronjanse/3mux/archive/v${version}.tar.gz"
+checksum=fe18a2d9b4bef76bf0d874e53e67af2820cd1f9789f0fdadd6f47cda87828179
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: 3mux-0.2.1
  2020-04-14 21:28 [PR PATCH] New package: 3mux-0.1.1 zdykstra
                   ` (2 preceding siblings ...)
  2020-04-19 14:39 ` [PR PATCH] [Updated] New package: 3mux-0.2.0 zdykstra
@ 2020-04-20  1:15 ` zdykstra
  2020-04-24 20:19 ` [PR PATCH] [Updated] New package: 3mux-0.2.2 zdykstra
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2020-04-20  1:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages 3mux
https://github.com/void-linux/void-packages/pull/20993

New package: 3mux-0.2.1


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

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

From ffc34fdf6b7e64cee04913d1fd54ae41c018f10d Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 17 Apr 2020 14:10:25 -0500
Subject: [PATCH] New package: 3mux-0.2.2

---
 srcpkgs/3mux/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/3mux/template

diff --git a/srcpkgs/3mux/template b/srcpkgs/3mux/template
new file mode 100644
index 00000000000..b8abe73490e
--- /dev/null
+++ b/srcpkgs/3mux/template
@@ -0,0 +1,16 @@
+# Template file for '3mux'
+pkgname=3mux
+version=0.2.2
+revision=1
+build_style=go
+go_import_path=github.com/aaronjanse/3mux
+short_desc="Terminal multiplexer inspired by i3"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://github.com/aaronjanse/3mux"
+distfiles="https://github.com/aaronjanse/3mux/archive/v${version}.tar.gz"
+checksum=e78256f0865cbe6700ca503fba30f5a75302a08cd68e746216965b29d3861920
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: 3mux-0.2.2
  2020-04-14 21:28 [PR PATCH] New package: 3mux-0.1.1 zdykstra
                   ` (3 preceding siblings ...)
  2020-04-20  1:15 ` [PR PATCH] [Updated] New package: 3mux-0.2.1 zdykstra
@ 2020-04-24 20:19 ` zdykstra
  2020-05-08 18:48 ` [PR PATCH] [Updated] New package: 3mux-0.3.0 zdykstra
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2020-04-24 20:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages 3mux
https://github.com/void-linux/void-packages/pull/20993

New package: 3mux-0.2.2


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

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

From 3402051c93b1c784c5519efced6e92cd08cddd2c Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 17 Apr 2020 14:10:25 -0500
Subject: [PATCH] New package: 3mux-0.3.0

---
 srcpkgs/3mux/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/3mux/template

diff --git a/srcpkgs/3mux/template b/srcpkgs/3mux/template
new file mode 100644
index 00000000000..730a51b8329
--- /dev/null
+++ b/srcpkgs/3mux/template
@@ -0,0 +1,16 @@
+# Template file for '3mux'
+pkgname=3mux
+version=0.3.0
+revision=1
+build_style=go
+go_import_path=github.com/aaronjanse/3mux
+short_desc="Terminal multiplexer inspired by i3"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://github.com/aaronjanse/3mux"
+distfiles="https://github.com/aaronjanse/3mux/archive/v${version}.tar.gz"
+checksum=fa938fd68a9afbea0acaf0d4e22e1e1cd957ba78411f9398e90420f8d8ca2519
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: 3mux-0.3.0
  2020-04-14 21:28 [PR PATCH] New package: 3mux-0.1.1 zdykstra
                   ` (4 preceding siblings ...)
  2020-04-24 20:19 ` [PR PATCH] [Updated] New package: 3mux-0.2.2 zdykstra
@ 2020-05-08 18:48 ` zdykstra
  2020-05-08 18:49 ` zdykstra
  2020-05-13 15:29 ` [PR PATCH] [Merged]: " Piraty
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2020-05-08 18:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages 3mux
https://github.com/void-linux/void-packages/pull/20993

New package: 3mux-0.3.0


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

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

From f42cfd2ae95019580eb63a5063ec4e9a861cc774 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 17 Apr 2020 14:10:25 -0500
Subject: [PATCH] New package: 3mux-0.3.0

---
 srcpkgs/3mux/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/3mux/template

diff --git a/srcpkgs/3mux/template b/srcpkgs/3mux/template
new file mode 100644
index 00000000000..730a51b8329
--- /dev/null
+++ b/srcpkgs/3mux/template
@@ -0,0 +1,16 @@
+# Template file for '3mux'
+pkgname=3mux
+version=0.3.0
+revision=1
+build_style=go
+go_import_path=github.com/aaronjanse/3mux
+short_desc="Terminal multiplexer inspired by i3"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://github.com/aaronjanse/3mux"
+distfiles="https://github.com/aaronjanse/3mux/archive/v${version}.tar.gz"
+checksum=fa938fd68a9afbea0acaf0d4e22e1e1cd957ba78411f9398e90420f8d8ca2519
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: 3mux-0.3.0
  2020-04-14 21:28 [PR PATCH] New package: 3mux-0.1.1 zdykstra
                   ` (5 preceding siblings ...)
  2020-05-08 18:48 ` [PR PATCH] [Updated] New package: 3mux-0.3.0 zdykstra
@ 2020-05-08 18:49 ` zdykstra
  2020-05-13 15:29 ` [PR PATCH] [Merged]: " Piraty
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2020-05-08 18:49 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/20993#issuecomment-625962745

Comment:
Rebased onto master since it's forever-and-a-day behind now. 

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

* Re: [PR PATCH] [Merged]: New package: 3mux-0.3.0
  2020-04-14 21:28 [PR PATCH] New package: 3mux-0.1.1 zdykstra
                   ` (6 preceding siblings ...)
  2020-05-08 18:49 ` zdykstra
@ 2020-05-13 15:29 ` Piraty
  7 siblings, 0 replies; 9+ messages in thread
From: Piraty @ 2020-05-13 15:29 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: 3mux-0.3.0
https://github.com/void-linux/void-packages/pull/20993

Description:


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

end of thread, other threads:[~2020-05-13 15:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 21:28 [PR PATCH] New package: 3mux-0.1.1 zdykstra
2020-04-14 21:35 ` zdykstra
2020-04-17 19:10 ` [PR PATCH] [Updated] " zdykstra
2020-04-19 14:39 ` [PR PATCH] [Updated] New package: 3mux-0.2.0 zdykstra
2020-04-20  1:15 ` [PR PATCH] [Updated] New package: 3mux-0.2.1 zdykstra
2020-04-24 20:19 ` [PR PATCH] [Updated] New package: 3mux-0.2.2 zdykstra
2020-05-08 18:48 ` [PR PATCH] [Updated] New package: 3mux-0.3.0 zdykstra
2020-05-08 18:49 ` zdykstra
2020-05-13 15:29 ` [PR PATCH] [Merged]: " Piraty

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