Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: New package: mdr-0.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19549@inbox.vuxu.org>
@ 2020-03-05 14:37 ` LinArcX
  2020-03-08 18:34 ` whoizit
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: LinArcX @ 2020-03-05 14:37 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/19549#issuecomment-595261435

Comment:
@abenson for how long we should wait for this package?

If @jo1gi isn't ready to make changes, I can do them. 

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

* Re: New package: mdr-0.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19549@inbox.vuxu.org>
  2020-03-05 14:37 ` New package: mdr-0.2.4 LinArcX
@ 2020-03-08 18:34 ` whoizit
  2020-03-08 19:08 ` LinArcX
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: whoizit @ 2020-03-08 18:34 UTC (permalink / raw)
  To: ml

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

New comment by whoizit on void-packages repository

https://github.com/void-linux/void-packages/pull/19549#issuecomment-596236307

Comment:
@LinArcX @jo1gi you can add it any time to https://github.com/void-users/packages

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

* Re: New package: mdr-0.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19549@inbox.vuxu.org>
  2020-03-05 14:37 ` New package: mdr-0.2.4 LinArcX
  2020-03-08 18:34 ` whoizit
@ 2020-03-08 19:08 ` LinArcX
  2020-07-13 15:47 ` [PR PATCH] [Updated] " jo1gi
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: LinArcX @ 2020-03-08 19:08 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/19549#issuecomment-596240407

Comment:
@whoizit It acts like AUR? You provide binary packages?

Since, users can use xbps-src, but it needs to compile from source. if your project is different, please explain more about it.

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

* Re: [PR PATCH] [Updated] New package: mdr-0.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19549@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-03-08 19:08 ` LinArcX
@ 2020-07-13 15:47 ` jo1gi
  2020-07-13 16:50 ` jo1gi
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: jo1gi @ 2020-07-13 15:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jo1gi/void-packages master
https://github.com/void-linux/void-packages/pull/19549

New package: mdr-0.2.4


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

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

From ec0d743c93323a5ffad546b8693886f35e980d5c Mon Sep 17 00:00:00 2001
From: Joakim Holm <joakimholm@protonmail.com>
Date: Mon, 13 Jul 2020 17:49:52 +0200
Subject: [PATCH] New package: mdr-0.2.5

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

diff --git a/srcpkgs/mdr/template b/srcpkgs/mdr/template
new file mode 100644
index 00000000000..9872f8d8c6c
--- /dev/null
+++ b/srcpkgs/mdr/template
@@ -0,0 +1,17 @@
+# Template file for 'mdr'
+pkgname=mdr
+version=0.2.5
+revision=1
+build_style=go
+go_import_path="github.com/MichaelMure/mdr"
+short_desc="MarkDown Renderer for the terminal"
+maintainer="Joakim Holm <joakimholm@protonmail.com>"
+license="MIT"
+homepage="https://github.com/MichaelMure/mdr"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum="7b8e4aa229094fbc4cb616470ab30b5665aa42d479d33407f95b45a336d2d88f"
+
+post_install() {
+	vlicense LICENSE
+}
+

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

* Re: [PR PATCH] [Updated] New package: mdr-0.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19549@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-07-13 15:47 ` [PR PATCH] [Updated] " jo1gi
@ 2020-07-13 16:50 ` jo1gi
  2020-07-13 16:59 ` jo1gi
  2021-11-06 22:41 ` [PR PATCH] [Closed]: " abenson
  6 siblings, 0 replies; 10+ messages in thread
From: jo1gi @ 2020-07-13 16:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jo1gi/void-packages master
https://github.com/void-linux/void-packages/pull/19549

New package: mdr-0.2.4


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

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

From 67c67bc2c35a7eab72b815b444d51a1de80aca40 Mon Sep 17 00:00:00 2001
From: Joakim Holm <joakimholm@protonmail.com>
Date: Mon, 13 Jul 2020 18:52:05 +0200
Subject: [PATCH] New package: mdr-0.2.5

---
 srcpkgs/mdr/LICENSE  | 22 ++++++++++++++++++++++
 srcpkgs/mdr/template | 17 +++++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/mdr/LICENSE
 create mode 100644 srcpkgs/mdr/template

diff --git a/srcpkgs/mdr/LICENSE b/srcpkgs/mdr/LICENSE
new file mode 100644
index 00000000000..133c0ab8cc2
--- /dev/null
+++ b/srcpkgs/mdr/LICENSE
@@ -0,0 +1,22 @@
+MIT License
+
+Copyright (c) 2019 Michael Muré
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
diff --git a/srcpkgs/mdr/template b/srcpkgs/mdr/template
new file mode 100644
index 00000000000..9872f8d8c6c
--- /dev/null
+++ b/srcpkgs/mdr/template
@@ -0,0 +1,17 @@
+# Template file for 'mdr'
+pkgname=mdr
+version=0.2.5
+revision=1
+build_style=go
+go_import_path="github.com/MichaelMure/mdr"
+short_desc="MarkDown Renderer for the terminal"
+maintainer="Joakim Holm <joakimholm@protonmail.com>"
+license="MIT"
+homepage="https://github.com/MichaelMure/mdr"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum="7b8e4aa229094fbc4cb616470ab30b5665aa42d479d33407f95b45a336d2d88f"
+
+post_install() {
+	vlicense LICENSE
+}
+

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

* Re: [PR PATCH] [Updated] New package: mdr-0.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19549@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-07-13 16:50 ` jo1gi
@ 2020-07-13 16:59 ` jo1gi
  2021-11-06 22:41 ` [PR PATCH] [Closed]: " abenson
  6 siblings, 0 replies; 10+ messages in thread
From: jo1gi @ 2020-07-13 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jo1gi/void-packages master
https://github.com/void-linux/void-packages/pull/19549

New package: mdr-0.2.4


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

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

From c0d6ef0069deffe7e1fabc11e7206853b919d2dc Mon Sep 17 00:00:00 2001
From: Joakim Holm <joakimholm@protonmail.com>
Date: Mon, 13 Jul 2020 19:03:00 +0200
Subject: [PATCH] New package: mdr-0.2.5

---
 srcpkgs/mdr/LICENSE  | 22 ++++++++++++++++++++++
 srcpkgs/mdr/template | 16 ++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/mdr/LICENSE
 create mode 100644 srcpkgs/mdr/template

diff --git a/srcpkgs/mdr/LICENSE b/srcpkgs/mdr/LICENSE
new file mode 100644
index 00000000000..133c0ab8cc2
--- /dev/null
+++ b/srcpkgs/mdr/LICENSE
@@ -0,0 +1,22 @@
+MIT License
+
+Copyright (c) 2019 Michael Muré
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
diff --git a/srcpkgs/mdr/template b/srcpkgs/mdr/template
new file mode 100644
index 00000000000..33865194061
--- /dev/null
+++ b/srcpkgs/mdr/template
@@ -0,0 +1,16 @@
+# Template file for 'mdr'
+pkgname=mdr
+version=0.2.5
+revision=1
+build_style=go
+go_import_path="github.com/MichaelMure/mdr"
+short_desc="MarkDown Renderer for the terminal"
+maintainer="Joakim Holm <joakimholm@protonmail.com>"
+license="MIT"
+homepage="https://github.com/MichaelMure/mdr"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum="7b8e4aa229094fbc4cb616470ab30b5665aa42d479d33407f95b45a336d2d88f"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: mdr-0.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19549@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-07-13 16:59 ` jo1gi
@ 2021-11-06 22:41 ` abenson
  6 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2021-11-06 22:41 UTC (permalink / raw)
  To: ml

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

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

New package: mdr-0.2.4
https://github.com/void-linux/void-packages/pull/19549

Description:


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

* Re: [PR PATCH] [Closed]: New package: mdr-0.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19169@inbox.vuxu.org>
@ 2020-02-25 22:08 ` jo1gi
  0 siblings, 0 replies; 10+ messages in thread
From: jo1gi @ 2020-02-25 22:08 UTC (permalink / raw)
  To: ml

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

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

New package: mdr-0.2.4
https://github.com/void-linux/void-packages/pull/19169

Description:


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

* Re: [PR PATCH] [Closed]: New package: mdr-0.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19168@inbox.vuxu.org>
@ 2020-02-15 14:36 ` jo1gi
  0 siblings, 0 replies; 10+ messages in thread
From: jo1gi @ 2020-02-15 14:36 UTC (permalink / raw)
  To: ml

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

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

New package: mdr-0.2.4
https://github.com/void-linux/void-packages/pull/19168

Description:


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

* Re: [PR PATCH] [Closed]: New package: mdr-0.2.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19167@inbox.vuxu.org>
@ 2020-02-15 14:18 ` jo1gi
  0 siblings, 0 replies; 10+ messages in thread
From: jo1gi @ 2020-02-15 14:18 UTC (permalink / raw)
  To: ml

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

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

New package: mdr-0.2.4
https://github.com/void-linux/void-packages/pull/19167

Description:


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

end of thread, other threads:[~2021-11-06 22:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19549@inbox.vuxu.org>
2020-03-05 14:37 ` New package: mdr-0.2.4 LinArcX
2020-03-08 18:34 ` whoizit
2020-03-08 19:08 ` LinArcX
2020-07-13 15:47 ` [PR PATCH] [Updated] " jo1gi
2020-07-13 16:50 ` jo1gi
2020-07-13 16:59 ` jo1gi
2021-11-06 22:41 ` [PR PATCH] [Closed]: " abenson
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19169@inbox.vuxu.org>
2020-02-25 22:08 ` jo1gi
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19168@inbox.vuxu.org>
2020-02-15 14:36 ` jo1gi
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19167@inbox.vuxu.org>
2020-02-15 14:18 ` jo1gi

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