Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: tldr-0.6.1
@ 2019-12-31  0:32 voidlinux-github
  2019-12-31  2:55 ` voidlinux-github
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  0:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From 943af73a4ea3243b110b4a1306c19eb048f31131 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Mon, 30 Dec 2019 17:56:48 -0600
Subject: [PATCH] New Package: tldr-0.6.1

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

diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..cced57b8e75
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,17 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
@ 2019-12-31  2:55 ` voidlinux-github
  2019-12-31  2:57 ` voidlinux-github
                   ` (29 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  2:55 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-569852789

Comment:
This conflicts with tealdeer (both provide /usr/bin/tldr). We should add that to this template and add another commit to this PR which also adds it to tealdeer and revbumps it.

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
  2019-12-31  2:55 ` voidlinux-github
@ 2019-12-31  2:57 ` voidlinux-github
  2019-12-31  3:07 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  2:57 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-569853260

Comment:
Could just rename this one to go-tldr?

On Tue, Dec 31, 2019 at 2:55 AM Jan Christian Grünhage <
notifications@github.com> wrote:

> This conflicts with tealdeer (both provide /usr/bin/tldr). We should add
> that to this template and add another commit to this PR which also adds it
> to tealdeer and revbumps it.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/17912?email_source=notifications&email_token=AAA4X3YHKGOLZ3YAEVVB7GLQ3KYAHA5CNFSM4KBRL5IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH3UG5I#issuecomment-569852789>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAA4X3YKINBK6VITRFOQ2OTQ3KYAHANCNFSM4KBRL5IA>
> .
>


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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
  2019-12-31  2:55 ` voidlinux-github
  2019-12-31  2:57 ` voidlinux-github
@ 2019-12-31  3:07 ` voidlinux-github
  2019-12-31  3:08 ` voidlinux-github
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  3:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From 789b65f33ead65d8d88b5ed3c3f9f7d0be89fa84 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Mon, 30 Dec 2019 17:56:48 -0600
Subject: [PATCH] New Package: tldr-0.6.1

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

diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..f2898e8d9cb
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,18 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/go-tldr
+}

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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-12-31  3:07 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-12-31  3:08 ` voidlinux-github
  2019-12-31  3:20 ` voidlinux-github
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  3:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From aac5ed71504d00a36031aa2fdd000c20ae3571ed Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Mon, 30 Dec 2019 17:56:48 -0600
Subject: [PATCH] New Package: tldr-0.6.1

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

diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..6527a7f826f
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,19 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+
+post_install() {
+	vlicense LICENSE
+	# Avoids conflict with tealdeer
+	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/go-tldr
+}

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-12-31  3:08 ` voidlinux-github
@ 2019-12-31  3:20 ` voidlinux-github
  2019-12-31  3:21 ` voidlinux-github
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  3:20 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-569855596

Comment:
They provide similar functionality, so having them both installed makes no sense. Adding a line to the template that they conflict just means that xbps will stop you from installing both of them at the same time. https://github.com/void-linux/void-packages/blob/master/Manual.md#optional-variables contains a variable designated for these conflicts. If you tried to install both of them at the same time, both packages would try to write a binary into /usr/bin/tldr.

The current commit moves the binary, which I'm not a huge fan of, since its unexpected for the people wanting to use it.

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-12-31  3:20 ` voidlinux-github
@ 2019-12-31  3:21 ` voidlinux-github
  2019-12-31  3:21 ` [PR PATCH] [Closed]: " voidlinux-github
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  3:21 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-569855808

Comment:
> They provide similar functionality, so having them both installed makes no sense. Adding a line to the template that they conflict just means that xbps will stop you from installing both of them at the same time. https://github.com/void-linux/void-packages/blob/master/Manual.md#optional-variables contains a variable designated for these conflicts. If you tried to install both of them at the same time, both packages would try to write a binary into /usr/bin/tldr.
> 
> The current commit moves the binary, which I'm not a huge fan of, since its unexpected for the people wanting to use it.

Yea I know about conflicts. Going to close it, didn't realize we had a tldr already. Searched for tldr pkg but no results

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

* Re: [PR PATCH] [Closed]: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-12-31  3:21 ` voidlinux-github
@ 2019-12-31  3:21 ` voidlinux-github
  2019-12-31  3:29 ` voidlinux-github
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  3:21 UTC (permalink / raw)
  To: ml

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

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

New Package: tldr-0.6.1
https://github.com/void-linux/void-packages/pull/17912

Description:


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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-12-31  3:21 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-12-31  3:29 ` voidlinux-github
  2019-12-31  3:31 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  3:29 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-569856494

Comment:
I still think this is worth packaging though! It has some more features (which I wouldn't use but others might) and having more implementations also doesn't hurt. Didn't want to discourage you there

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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-12-31  3:29 ` voidlinux-github
@ 2019-12-31  3:31 ` voidlinux-github
  2019-12-31  9:34 ` voidlinux-github
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  3:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From 0900f7953ee1e803bdfaf31fddcbcf1dcccae9ce Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Mon, 30 Dec 2019 17:56:48 -0600
Subject: [PATCH] New Package: tldr-0.6.1

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

diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..23fb5db5836
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,18 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+conflicts="tealdear>=0"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-12-31  3:31 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-12-31  9:34 ` voidlinux-github
  2019-12-31  9:36 ` voidlinux-github
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  9:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From 33e913f393b00749510f8688e7ebdc81c9a1744a Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Mon, 30 Dec 2019 17:56:48 -0600
Subject: [PATCH] New Package: tldr-0.6.1

---
 srcpkgs/tealdeer/template |  3 ++-
 srcpkgs/tldr/template     | 18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/tldr/template

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index 2c29b48237e..3d43e58f5ec 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -1,7 +1,7 @@
 # Template file for 'tealdeer'
 pkgname=tealdeer
 version=1.2.0
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"
@@ -13,6 +13,7 @@ homepage="https://github.com/dbrgn/tealdeer"
 changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
 distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
 checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52
+conflicts="tldr>=0"
 
 post_install() {
 	vlicense LICENSE-MIT
diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..23fb5db5836
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,18 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+conflicts="tealdear>=0"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-12-31  9:34 ` voidlinux-github
@ 2019-12-31  9:36 ` voidlinux-github
  2019-12-31  9:38 ` voidlinux-github
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  9:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From f6c44d74ea07461eafad86436649b61bbf98ee18 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 03:36:01 -0600
Subject: [PATCH] tealdeer: add conflicts with tldr

---
 srcpkgs/tealdeer/template |  3 ++-
 srcpkgs/tldr/template     | 18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/tldr/template

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index 2c29b48237e..3d43e58f5ec 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -1,7 +1,7 @@
 # Template file for 'tealdeer'
 pkgname=tealdeer
 version=1.2.0
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"
@@ -13,6 +13,7 @@ homepage="https://github.com/dbrgn/tealdeer"
 changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
 distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
 checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52
+conflicts="tldr>=0"
 
 post_install() {
 	vlicense LICENSE-MIT
diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..23fb5db5836
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,18 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+conflicts="tealdear>=0"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-12-31  9:36 ` voidlinux-github
@ 2019-12-31  9:38 ` voidlinux-github
  2019-12-31 12:01 ` voidlinux-github
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31  9:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From 49ca23be5a46cf6c68b9bcf2957ea27351fd240a Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 03:37:34 -0600
Subject: [PATCH 1/2] tealdeer: add conflicts with tldr

---
 srcpkgs/tealdeer/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index 2c29b48237e..3d43e58f5ec 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -1,7 +1,7 @@
 # Template file for 'tealdeer'
 pkgname=tealdeer
 version=1.2.0
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"
@@ -13,6 +13,7 @@ homepage="https://github.com/dbrgn/tealdeer"
 changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
 distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
 checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52
+conflicts="tldr>=0"
 
 post_install() {
 	vlicense LICENSE-MIT

From d37837d3363775b1b06df25eb92ff3e151e9aa57 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 03:38:22 -0600
Subject: [PATCH 2/2] New pacakge: tldr-0.6.1

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

diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..23fb5db5836
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,18 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+conflicts="tealdear>=0"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-12-31  9:38 ` voidlinux-github
@ 2019-12-31 12:01 ` voidlinux-github
  2019-12-31 14:07 ` voidlinux-github
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31 12:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From 0dfb4c6279f061be49c74068f991d578f0b08390 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 03:37:34 -0600
Subject: [PATCH 1/2] tealdeer: add conflicts with tldr

---
 srcpkgs/tealdeer/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index 2c29b48237e..983a0dafd59 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -13,6 +13,7 @@ homepage="https://github.com/dbrgn/tealdeer"
 changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
 distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
 checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52
+conflicts="tldr>=0"
 
 post_install() {
 	vlicense LICENSE-MIT

From ae76023683702198b93bd7186f6bf66a4e7abe02 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 03:38:22 -0600
Subject: [PATCH 2/2] New pacakge: tldr-0.6.1

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

diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..23fb5db5836
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,18 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+conflicts="tealdear>=0"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-12-31 12:01 ` voidlinux-github
@ 2019-12-31 14:07 ` voidlinux-github
  2019-12-31 15:33 ` voidlinux-github
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31 14:07 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-569934123

Comment:
Alternatives fits better here. It require to rename binaries though.

FYI, it is enough to set conflicts on one side, and revbump is needed when adding it.

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-12-31 14:07 ` voidlinux-github
@ 2019-12-31 15:33 ` voidlinux-github
  2019-12-31 15:38 ` voidlinux-github
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31 15:33 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-569946383

Comment:
Oh right, with alternatives, renaming the binaries would be fine. Should we go for tldrpp and tealdeer then as binary names?

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-12-31 15:33 ` voidlinux-github
@ 2019-12-31 15:38 ` voidlinux-github
  2020-01-01  1:18 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2019-12-31 15:38 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-569947130

Comment:
Hmm what about for teal: ttldr(teal to long didn’t read)
And gtldr for tldr go version? I am just thinking simplistic I guess :)

On Tue, Dec 31, 2019 at 9:33 AM Jan Christian Grünhage <
notifications@github.com> wrote:

> Oh right, with alternatives, renaming the binaries would be fine. Should
> we go for tldrpp and tealdeer then as binary names?
>
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/17912?email_source=notifications&email_token=AAA4X36JRIRSSVRQ2S26433Q3NQ35A5CNFSM4KBRL5IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH4LCDY#issuecomment-569946383>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAA4X35XEAFPUVD7PV7OU7TQ3NQ35ANCNFSM4KBRL5IA>
> .
>


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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-12-31 15:38 ` voidlinux-github
@ 2020-01-01  1:18 ` voidlinux-github
  2020-01-01  1:24 ` voidlinux-github
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-01  1:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From 0dfb4c6279f061be49c74068f991d578f0b08390 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 03:37:34 -0600
Subject: [PATCH 1/2] tealdeer: add conflicts with tldr

---
 srcpkgs/tealdeer/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index 2c29b48237e..983a0dafd59 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -13,6 +13,7 @@ homepage="https://github.com/dbrgn/tealdeer"
 changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
 distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
 checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52
+conflicts="tldr>=0"
 
 post_install() {
 	vlicense LICENSE-MIT

From 663cfb2b8df5f1c3caa6b2f7d1dc4af0fb81f95f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 03:38:22 -0600
Subject: [PATCH 2/2] New pacakge: tldr-0.6.1

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

diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..ca745d485ba
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,19 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+alternatives="tldr:tldr:/usr/bin/gtldr"
+
+post_install() {
+	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/gtldr
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (16 preceding siblings ...)
  2020-01-01  1:18 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-01  1:24 ` voidlinux-github
  2020-01-01 16:54 ` voidlinux-github
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-01  1:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From b496c790d3e04ef5ac2e4469a1ce78ebd1e88671 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 03:38:22 -0600
Subject: [PATCH] New pacakge: tldr-0.6.1

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

diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..ca745d485ba
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,19 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+alternatives="tldr:tldr:/usr/bin/gtldr"
+
+post_install() {
+	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/gtldr
+	vlicense LICENSE
+}

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (17 preceding siblings ...)
  2020-01-01  1:24 ` voidlinux-github
@ 2020-01-01 16:54 ` voidlinux-github
  2020-01-01 17:12 ` voidlinux-github
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-01 16:54 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-570067242

Comment:
the other tldr needs rename and alternative too

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (18 preceding siblings ...)
  2020-01-01 16:54 ` voidlinux-github
@ 2020-01-01 17:12 ` voidlinux-github
  2020-01-01 17:36 ` voidlinux-github
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-01 17:12 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-570068387

Comment:
Letting the maintainer of the other to decide what to call  the other right
now

On Wed, Jan 1, 2020 at 10:54 AM Piotr <notifications@github.com> wrote:

> the other tldr needs rename and alternative too
>
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/17912?email_source=notifications&email_token=AAA4X32KQA45LPZQTQP7UY3Q3TDGBA5CNFSM4KBRL5IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH5ISKQ#issuecomment-570067242>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAA4X33I3AQKE2FFXOPDIX3Q3TDGBANCNFSM4KBRL5IA>
> .
>


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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (19 preceding siblings ...)
  2020-01-01 17:12 ` voidlinux-github
@ 2020-01-01 17:36 ` voidlinux-github
  2020-01-01 17:37 ` voidlinux-github
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-01 17:36 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-570070095

Comment:
I'd just call the binary tealdeer, because that's the project name anyway. Can you do this? I can't push to this branch, and they should be merged together.

Just one note, I'm not convinced that gtldr is a good name, because there are more tldr tools written in go. tldrpp, tldr-plus-plus or something like that would be based on the actual project name and would therefore be a better fit. I'm not in a position to decide this obviously, but that's just my opinion here :D

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (20 preceding siblings ...)
  2020-01-01 17:36 ` voidlinux-github
@ 2020-01-01 17:37 ` voidlinux-github
  2020-01-01 19:47 ` voidlinux-github
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-01 17:37 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-570070167

Comment:
I can add to my PR later on today

On Wed, Jan 1, 2020 at 11:36 AM Jan Christian Grünhage <
notifications@github.com> wrote:

> I'd just call the binary tealdeer, because that's the project name anyway.
> Can you do this? I can't push to this branch, and they should be merged
> together.
>
> Just one note, I'm not convinced that gtldr is a good name, because there
> are more tldr tools written in go. tldrpp, tldr-plus-plus or something like
> that would be based on the actual project name and would therefore be a
> better fit. I'm not in a position to decide this obviously, but that's just
> my opinion here :D
>
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/17912?email_source=notifications&email_token=AAA4X32AJMROY6IC27X2NB3Q3TIB5A5CNFSM4KBRL5IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH5JITY#issuecomment-570070095>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAA4X3Y5OF5WXFIP5VRYHJLQ3TIB5ANCNFSM4KBRL5IA>
> .
>


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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (21 preceding siblings ...)
  2020-01-01 17:37 ` voidlinux-github
@ 2020-01-01 19:47 ` voidlinux-github
  2020-01-01 21:28 ` voidlinux-github
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-01 19:47 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-570078494

Comment:
@jcgruenhage tealdeer currently fails to build, seems it may be incompatible with current libressl version we have in Void

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (22 preceding siblings ...)
  2020-01-01 19:47 ` voidlinux-github
@ 2020-01-01 21:28 ` voidlinux-github
  2020-01-01 21:55 ` voidlinux-github
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-01 21:28 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-570084870

Comment:
I'll do a revbump and fix that. While doing that I'll also do the other stuff. I'll send a link to a branch here and you'll cherry pick the commit?

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (23 preceding siblings ...)
  2020-01-01 21:28 ` voidlinux-github
@ 2020-01-01 21:55 ` voidlinux-github
  2020-01-02  0:04 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-01 21:55 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-570086605

Comment:
https://github.com/jcgruenhage/void-packages/commit/639c73ea2c0da14f48cab5dfc119b17b3858099f

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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (24 preceding siblings ...)
  2020-01-01 21:55 ` voidlinux-github
@ 2020-01-02  0:04 ` voidlinux-github
  2020-01-02  0:44 ` voidlinux-github
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-02  0:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From 244bc4ea8d618e03a947b43861c8d8b894ee4a7c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 03:38:22 -0600
Subject: [PATCH 1/2] New pacakge: tldr-0.6.1

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

diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..ca745d485ba
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,19 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+alternatives="tldr:tldr:/usr/bin/gtldr"
+
+post_install() {
+	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/gtldr
+	vlicense LICENSE
+}

From 86373caaae230eb46d5fa0becec75175f0dbe30b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 1 Jan 2020 18:54:17 -0300
Subject: [PATCH 2/2] tealdeer: make tealdeer a tldr alternative

---
 srcpkgs/tealdeer/template | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index 2c29b48237e..c28d3f18e8d 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -1,7 +1,7 @@
 # Template file for 'tealdeer'
 pkgname=tealdeer
 version=1.2.0
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"
@@ -13,7 +13,14 @@ homepage="https://github.com/dbrgn/tealdeer"
 changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
 distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
 checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52
+alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
+
+pre_build() {
+	cargo update --package openssl --precise 0.10.26
+	cargo update --package openssl-sys --precise 0.9.53
+}
 
 post_install() {
 	vlicense LICENSE-MIT
+	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/tealdeer
 }

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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (25 preceding siblings ...)
  2020-01-02  0:04 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-02  0:44 ` voidlinux-github
  2020-01-02 15:07 ` voidlinux-github
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-02  0:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From 244bc4ea8d618e03a947b43861c8d8b894ee4a7c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 03:38:22 -0600
Subject: [PATCH 1/2] New pacakge: tldr-0.6.1

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

diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..ca745d485ba
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,19 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+alternatives="tldr:tldr:/usr/bin/gtldr"
+
+post_install() {
+	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/gtldr
+	vlicense LICENSE
+}

From a392249931ea2948dc95df8f9b652a0f1e3f3f44 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 1 Jan 2020 18:54:17 -0300
Subject: [PATCH 2/2] tealdeer: make tealdeer a tldr alternative

---
 srcpkgs/tealdeer/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index 2c29b48237e..99b386ece80 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -1,19 +1,27 @@
 # Template file for 'tealdeer'
 pkgname=tealdeer
 version=1.2.0
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"
 depends="libressl"
 short_desc="Very fast implementation of tldr in Rust"
 maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
-license="MIT license or Apache License, Version 2"
+license="MIT, Apache-2.0"
 homepage="https://github.com/dbrgn/tealdeer"
 changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
 distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
 checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52
+alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
+
+pre_build() {
+	cargo update --package openssl --precise 0.10.26
+	cargo update --package openssl-sys --precise 0.9.53
+}
 
 post_install() {
 	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/tealdeer
 }

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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (26 preceding siblings ...)
  2020-01-02  0:44 ` voidlinux-github
@ 2020-01-02 15:07 ` voidlinux-github
  2020-01-03 13:20 ` voidlinux-github
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-02 15:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From 05329ce64c2480f25f851d0c5c5358ec4b1ae1b6 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 03:38:22 -0600
Subject: [PATCH 1/2] New pacakge: tldr-0.6.1

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

diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..ca745d485ba
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,19 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+alternatives="tldr:tldr:/usr/bin/gtldr"
+
+post_install() {
+	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/gtldr
+	vlicense LICENSE
+}

From 212297b396df4c85c4ca8a84c06ddc3f9350816d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 1 Jan 2020 18:54:17 -0300
Subject: [PATCH 2/2] tealdeer: make tealdeer a tldr alternative

---
 srcpkgs/tealdeer/template | 12 ++++++++++--
 srcpkgs/tldr/template     |  1 +
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index 2c29b48237e..99b386ece80 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -1,19 +1,27 @@
 # Template file for 'tealdeer'
 pkgname=tealdeer
 version=1.2.0
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"
 depends="libressl"
 short_desc="Very fast implementation of tldr in Rust"
 maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
-license="MIT license or Apache License, Version 2"
+license="MIT, Apache-2.0"
 homepage="https://github.com/dbrgn/tealdeer"
 changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
 distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
 checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52
+alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
+
+pre_build() {
+	cargo update --package openssl --precise 0.10.26
+	cargo update --package openssl-sys --precise 0.9.53
+}
 
 post_install() {
 	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/tealdeer
 }
diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
index ca745d485ba..8061d0b22ab 100644
--- a/srcpkgs/tldr/template
+++ b/srcpkgs/tldr/template
@@ -12,6 +12,7 @@ homepage="https://isacikgoz.me/tldr/"
 distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
 checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
 alternatives="tldr:tldr:/usr/bin/gtldr"
+conflicts="tealdeer<1.2.0_1"
 
 post_install() {
 	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/gtldr

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

* Re: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (27 preceding siblings ...)
  2020-01-02 15:07 ` voidlinux-github
@ 2020-01-03 13:20 ` voidlinux-github
  2020-01-03 13:24 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-17 18:24 ` [PR PATCH] [Merged]: " voidlinux-github
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-03 13:20 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17912#issuecomment-570569922

Comment:
Fixing it now.

On Fri, Jan 3, 2020 at 5:46 AM Danh (was zdtcd) Doan <
notifications@github.com> wrote:

> *@sgn* commented on this pull request.
> ------------------------------
>
> In srcpkgs/tldr/template
> <https://github.com/void-linux/void-packages/pull/17912#discussion_r362783364>
> :
>
> > @@ -12,6 +12,7 @@ homepage="https://isacikgoz.me/tldr/"
>  distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
>  checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
>  alternatives="tldr:tldr:/usr/bin/gtldr"
> +conflicts="tealdeer<1.2.0_1"
>
> s/</<=/
>
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/17912?email_source=notifications&email_token=AAA4X322GJUR7QBTOOMVG63Q34QRDA5CNFSM4KBRL5IKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQTDBJI#pullrequestreview-338047141>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAA4X37NTLJRXDA2XOL4CWTQ34QRDANCNFSM4KBRL5IA>
> .
>


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

* Re: [PR PATCH] [Updated] New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (28 preceding siblings ...)
  2020-01-03 13:20 ` voidlinux-github
@ 2020-01-03 13:24 ` voidlinux-github
  2020-01-17 18:24 ` [PR PATCH] [Merged]: " voidlinux-github
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-03 13:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tldr
https://github.com/void-linux/void-packages/pull/17912

New Package: tldr-0.6.1


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

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

From 9362dfcb9fc63e107a1c0fbf4ab8fcb5f6b07cfc Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 03:38:22 -0600
Subject: [PATCH 1/2] New pacakge: tldr-0.6.1

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

diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
new file mode 100644
index 00000000000..ca745d485ba
--- /dev/null
+++ b/srcpkgs/tldr/template
@@ -0,0 +1,19 @@
+# Template file for 'tldr'
+pkgname=tldr
+version=0.6.1
+revision=1
+build_style=go
+go_import_path="github.com/isacikgoz/tldr"
+hostmakedepends="git"
+short_desc="Fast and interactive TLDR client written in Go"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="MIT"
+homepage="https://isacikgoz.me/tldr/"
+distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
+checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
+alternatives="tldr:tldr:/usr/bin/gtldr"
+
+post_install() {
+	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/gtldr
+	vlicense LICENSE
+}

From c89da42ad17edc6c94b07652cf2a9978c6143197 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 1 Jan 2020 18:54:17 -0300
Subject: [PATCH 2/2] tealdeer: make tealdeer a tldr alternative

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 srcpkgs/tealdeer/template | 12 ++++++++++--
 srcpkgs/tldr/template     |  1 +
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index 676aa940448..fbf9d7af254 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -1,18 +1,24 @@
 # Template file for 'tealdeer'
 pkgname=tealdeer
 version=1.2.0
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"
 depends="libressl"
 short_desc="Very fast implementation of tldr in Rust"
 maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
-license="MIT license or Apache License, Version 2"
+license="MIT, Apache-2.0"
 homepage="https://github.com/dbrgn/tealdeer"
 changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
 distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
 checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52
+alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
+
+pre_build() {
+	cargo update --package openssl --precise 0.10.26
+	cargo update --package openssl-sys --precise 0.9.53
+}
 
 pre_build() {
 	cargo update --package openssl-sys --precise 0.9.53
@@ -20,4 +26,6 @@ pre_build() {
 
 post_install() {
 	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/tealdeer
 }
diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
index ca745d485ba..6c94e84a503 100644
--- a/srcpkgs/tldr/template
+++ b/srcpkgs/tldr/template
@@ -12,6 +12,7 @@ homepage="https://isacikgoz.me/tldr/"
 distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
 checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
 alternatives="tldr:tldr:/usr/bin/gtldr"
+conflicts="tealdeer<=1.2.0_1"
 
 post_install() {
 	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/gtldr

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

* Re: [PR PATCH] [Merged]: New Package: tldr-0.6.1
  2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
                   ` (29 preceding siblings ...)
  2020-01-03 13:24 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-17 18:24 ` voidlinux-github
  30 siblings, 0 replies; 32+ messages in thread
From: voidlinux-github @ 2020-01-17 18:24 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: tldr-0.6.1
https://github.com/void-linux/void-packages/pull/17912

Description:


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

end of thread, other threads:[~2020-01-17 18:24 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31  0:32 [PR PATCH] New Package: tldr-0.6.1 voidlinux-github
2019-12-31  2:55 ` voidlinux-github
2019-12-31  2:57 ` voidlinux-github
2019-12-31  3:07 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-31  3:08 ` voidlinux-github
2019-12-31  3:20 ` voidlinux-github
2019-12-31  3:21 ` voidlinux-github
2019-12-31  3:21 ` [PR PATCH] [Closed]: " voidlinux-github
2019-12-31  3:29 ` voidlinux-github
2019-12-31  3:31 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-31  9:34 ` voidlinux-github
2019-12-31  9:36 ` voidlinux-github
2019-12-31  9:38 ` voidlinux-github
2019-12-31 12:01 ` voidlinux-github
2019-12-31 14:07 ` voidlinux-github
2019-12-31 15:33 ` voidlinux-github
2019-12-31 15:38 ` voidlinux-github
2020-01-01  1:18 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-01  1:24 ` voidlinux-github
2020-01-01 16:54 ` voidlinux-github
2020-01-01 17:12 ` voidlinux-github
2020-01-01 17:36 ` voidlinux-github
2020-01-01 17:37 ` voidlinux-github
2020-01-01 19:47 ` voidlinux-github
2020-01-01 21:28 ` voidlinux-github
2020-01-01 21:55 ` voidlinux-github
2020-01-02  0:04 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-02  0:44 ` voidlinux-github
2020-01-02 15:07 ` voidlinux-github
2020-01-03 13:20 ` voidlinux-github
2020-01-03 13:24 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-17 18:24 ` [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).