Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ascii-image-converter-1.11.0
@ 2022-05-01 16:45 nadevko
  2022-05-01 16:58 ` [PR PATCH] [Updated] " nadevko
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: nadevko @ 2022-05-01 16:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages ascii-image-converter
https://github.com/void-linux/void-packages/pull/36940

New package: ascii-image-converter-1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ascii-image-converter-36940.patch --]
[-- Type: text/x-diff, Size: 1234 bytes --]

From 68b14dcb07946b876125743e754c5b906eaa1090 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Sun, 1 May 2022 19:39:41 +0300
Subject: [PATCH] New package: ascii-image-converter-1.11.0

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

diff --git a/srcpkgs/ascii-image-converter/template b/srcpkgs/ascii-image-converter/template
new file mode 100644
index 000000000000..e017b5d7ebb3
--- /dev/null
+++ b/srcpkgs/ascii-image-converter/template
@@ -0,0 +1,19 @@
+# Template file for 'ascii-image-converter'
+pkgname='ascii-image-converter'
+short_desc='Tool to convert images into ascii art and braille art'
+maintainer='Nadeŭka <nadevko@riseup.net>'
+license='Apache-2.0'
+homepage='https://github.com/TheZoraiz/ascii-image-converter'
+revision='1'
+
+version='1.11.0'
+checksum='07cdc3eef3c9549c1a370ce8fcfa43510e3b99fecc4bd8aa11827f2cf4a2365e'
+
+build_style='go'
+distfiles="https://github.com/TheZoraiz/ascii-image-converter/archive/refs/tags/v$version.tar.gz"
+go_import_path='github.com/TheZoraiz/ascii-image-converter'
+
+pre_install() {
+	vlicense LICENSE.txt
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: ascii-image-converter-1.11.0
  2022-05-01 16:45 [PR PATCH] New package: ascii-image-converter-1.11.0 nadevko
@ 2022-05-01 16:58 ` nadevko
  2022-05-02  6:47 ` nadevko
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nadevko @ 2022-05-01 16:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages ascii-image-converter
https://github.com/void-linux/void-packages/pull/36940

New package: ascii-image-converter-1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ascii-image-converter-36940.patch --]
[-- Type: text/x-diff, Size: 1230 bytes --]

From fd720cea70e15863cdfff011ae39f813b14457c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Sun, 1 May 2022 19:39:41 +0300
Subject: [PATCH] New package: ascii-image-converter-1.11.0

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

diff --git a/srcpkgs/ascii-image-converter/template b/srcpkgs/ascii-image-converter/template
new file mode 100644
index 000000000000..15b66e853375
--- /dev/null
+++ b/srcpkgs/ascii-image-converter/template
@@ -0,0 +1,17 @@
+# Template file for ''ascii-image-converter''
+pkgname='ascii-image-converter'
+version='1.11.0'
+revision='1'
+build_style='go'
+go_import_path='github.com/TheZoraiz/ascii-image-converter'
+short_desc='Tool to convert images into ascii art and braille art'
+maintainer='Nadeŭka <nadevko@riseup.net>'
+license='Apache-2.0'
+homepage='https://github.com/TheZoraiz/ascii-image-converter'
+distfiles="https://github.com/TheZoraiz/ascii-image-converter/archive/refs/tags/v$version.tar.gz"
+checksum='07cdc3eef3c9549c1a370ce8fcfa43510e3b99fecc4bd8aa11827f2cf4a2365e'
+
+pre_install() {
+	vlicense LICENSE.txt
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: ascii-image-converter-1.11.0
  2022-05-01 16:45 [PR PATCH] New package: ascii-image-converter-1.11.0 nadevko
  2022-05-01 16:58 ` [PR PATCH] [Updated] " nadevko
@ 2022-05-02  6:47 ` nadevko
  2022-05-02  6:55 ` nadevko
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nadevko @ 2022-05-02  6:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages ascii-image-converter
https://github.com/void-linux/void-packages/pull/36940

New package: ascii-image-converter-1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ascii-image-converter-36940.patch --]
[-- Type: text/x-diff, Size: 1230 bytes --]

From a7d178d7b0cb3548d26ed6868b1ea2e5ec5dfef3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Sun, 1 May 2022 19:39:41 +0300
Subject: [PATCH] New package: ascii-image-converter-1.11.0

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

diff --git a/srcpkgs/ascii-image-converter/template b/srcpkgs/ascii-image-converter/template
new file mode 100644
index 000000000000..15b66e853375
--- /dev/null
+++ b/srcpkgs/ascii-image-converter/template
@@ -0,0 +1,17 @@
+# Template file for ''ascii-image-converter''
+pkgname='ascii-image-converter'
+version='1.11.0'
+revision='1'
+build_style='go'
+go_import_path='github.com/TheZoraiz/ascii-image-converter'
+short_desc='Tool to convert images into ascii art and braille art'
+maintainer='Nadeŭka <nadevko@riseup.net>'
+license='Apache-2.0'
+homepage='https://github.com/TheZoraiz/ascii-image-converter'
+distfiles="https://github.com/TheZoraiz/ascii-image-converter/archive/refs/tags/v$version.tar.gz"
+checksum='07cdc3eef3c9549c1a370ce8fcfa43510e3b99fecc4bd8aa11827f2cf4a2365e'
+
+pre_install() {
+	vlicense LICENSE.txt
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: ascii-image-converter-1.11.0
  2022-05-01 16:45 [PR PATCH] New package: ascii-image-converter-1.11.0 nadevko
  2022-05-01 16:58 ` [PR PATCH] [Updated] " nadevko
  2022-05-02  6:47 ` nadevko
@ 2022-05-02  6:55 ` nadevko
  2022-05-02  6:58 ` nadevko
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nadevko @ 2022-05-02  6:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages ascii-image-converter
https://github.com/void-linux/void-packages/pull/36940

New package: ascii-image-converter-1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ascii-image-converter-36940.patch --]
[-- Type: text/x-diff, Size: 1230 bytes --]

From f62cdd37605b5ad689e78cf9c8e249bc0ed80371 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Sun, 1 May 2022 19:39:41 +0300
Subject: [PATCH] New package: ascii-image-converter-1.11.0

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

diff --git a/srcpkgs/ascii-image-converter/template b/srcpkgs/ascii-image-converter/template
new file mode 100644
index 000000000000..15b66e853375
--- /dev/null
+++ b/srcpkgs/ascii-image-converter/template
@@ -0,0 +1,17 @@
+# Template file for ''ascii-image-converter''
+pkgname='ascii-image-converter'
+version='1.11.0'
+revision='1'
+build_style='go'
+go_import_path='github.com/TheZoraiz/ascii-image-converter'
+short_desc='Tool to convert images into ascii art and braille art'
+maintainer='Nadeŭka <nadevko@riseup.net>'
+license='Apache-2.0'
+homepage='https://github.com/TheZoraiz/ascii-image-converter'
+distfiles="https://github.com/TheZoraiz/ascii-image-converter/archive/refs/tags/v$version.tar.gz"
+checksum='07cdc3eef3c9549c1a370ce8fcfa43510e3b99fecc4bd8aa11827f2cf4a2365e'
+
+pre_install() {
+	vlicense LICENSE.txt
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: ascii-image-converter-1.11.0
  2022-05-01 16:45 [PR PATCH] New package: ascii-image-converter-1.11.0 nadevko
                   ` (2 preceding siblings ...)
  2022-05-02  6:55 ` nadevko
@ 2022-05-02  6:58 ` nadevko
  2022-05-02  7:14 ` nadevko
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nadevko @ 2022-05-02  6:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages ascii-image-converter
https://github.com/void-linux/void-packages/pull/36940

New package: ascii-image-converter-1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ascii-image-converter-36940.patch --]
[-- Type: text/x-diff, Size: 1208 bytes --]

From 83a5f163f4fc84b91420dcd47c4595dc2534a81f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Sun, 1 May 2022 19:39:41 +0300
Subject: [PATCH] New package: ascii-image-converter-1.11.0

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

diff --git a/srcpkgs/ascii-image-converter/template b/srcpkgs/ascii-image-converter/template
new file mode 100644
index 000000000000..f109b4fb54d4
--- /dev/null
+++ b/srcpkgs/ascii-image-converter/template
@@ -0,0 +1,17 @@
+# Template file for ''ascii-image-converter''
+pkgname=ascii-image-converter
+version=1.11.0
+revision=1
+build_style=go
+go_import_path=github.com/TheZoraiz/ascii-image-converter
+short_desc=Tool to convert images into ascii art and braille art
+maintainer=Nadeŭka <nadevko@riseup.net>
+license=Apache-2.0
+homepage=https://github.com/TheZoraiz/ascii-image-converter
+distfiles=https://github.com/TheZoraiz/ascii-image-converter/archive/refs/tags/v$version.tar.gz
+checksum=07cdc3eef3c9549c1a370ce8fcfa43510e3b99fecc4bd8aa11827f2cf4a2365e
+
+pre_install() {
+	vlicense LICENSE.txt
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: ascii-image-converter-1.11.0
  2022-05-01 16:45 [PR PATCH] New package: ascii-image-converter-1.11.0 nadevko
                   ` (3 preceding siblings ...)
  2022-05-02  6:58 ` nadevko
@ 2022-05-02  7:14 ` nadevko
  2022-05-02 17:39 ` nadevko
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nadevko @ 2022-05-02  7:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages ascii-image-converter
https://github.com/void-linux/void-packages/pull/36940

New package: ascii-image-converter-1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ascii-image-converter-36940.patch --]
[-- Type: text/x-diff, Size: 1210 bytes --]

From eb1b1fc27c7ea875ce32c4619535923878e2f6b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Sun, 1 May 2022 19:39:41 +0300
Subject: [PATCH] New package: ascii-image-converter-1.11.0

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

diff --git a/srcpkgs/ascii-image-converter/template b/srcpkgs/ascii-image-converter/template
new file mode 100644
index 000000000000..a3eabc84a69c
--- /dev/null
+++ b/srcpkgs/ascii-image-converter/template
@@ -0,0 +1,17 @@
+# Template file for 'ascii-image-converter'
+pkgname=ascii-image-converter
+version=1.11.0
+revision=1
+build_style=go
+go_import_path=github.com/TheZoraiz/ascii-image-converter
+short_desc='Tool to convert images into ascii art and braille art'
+maintainer='Nadeŭka <nadevko@riseup.net>'
+license=Apache-2.0
+homepage=https://github.com/TheZoraiz/ascii-image-converter
+distfiles=https://github.com/TheZoraiz/ascii-image-converter/archive/refs/tags/v$version.tar.gz
+checksum=07cdc3eef3c9549c1a370ce8fcfa43510e3b99fecc4bd8aa11827f2cf4a2365e
+
+pre_install() {
+	vlicense LICENSE.txt
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: ascii-image-converter-1.11.0
  2022-05-01 16:45 [PR PATCH] New package: ascii-image-converter-1.11.0 nadevko
                   ` (4 preceding siblings ...)
  2022-05-02  7:14 ` nadevko
@ 2022-05-02 17:39 ` nadevko
  2022-05-08 12:19 ` nadevko
  2022-05-19 12:53 ` nadevko
  7 siblings, 0 replies; 9+ messages in thread
From: nadevko @ 2022-05-02 17:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages ascii-image-converter
https://github.com/void-linux/void-packages/pull/36940

New package: ascii-image-converter-1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ascii-image-converter-36940.patch --]
[-- Type: text/x-diff, Size: 1210 bytes --]

From a4e363603c8992ee7daa48603a1d461929a40aa4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Sun, 1 May 2022 19:39:41 +0300
Subject: [PATCH] New package: ascii-image-converter-1.11.0

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

diff --git a/srcpkgs/ascii-image-converter/template b/srcpkgs/ascii-image-converter/template
new file mode 100644
index 000000000000..35afc8ab15c0
--- /dev/null
+++ b/srcpkgs/ascii-image-converter/template
@@ -0,0 +1,17 @@
+# Template file for 'ascii-image-converter'
+pkgname=ascii-image-converter
+version=1.11.0
+revision=1
+build_style=go
+go_import_path=github.com/TheZoraiz/ascii-image-converter
+short_desc="Tool to convert images into ascii art and braille art"
+maintainer="Nadeŭka <nadevko@riseup.net>"
+license=Apache-2.0
+homepage=https://github.com/TheZoraiz/ascii-image-converter
+distfiles=https://github.com/TheZoraiz/ascii-image-converter/archive/refs/tags/v$version.tar.gz
+checksum=07cdc3eef3c9549c1a370ce8fcfa43510e3b99fecc4bd8aa11827f2cf4a2365e
+
+pre_install() {
+	vlicense LICENSE.txt
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: ascii-image-converter-1.11.0
  2022-05-01 16:45 [PR PATCH] New package: ascii-image-converter-1.11.0 nadevko
                   ` (5 preceding siblings ...)
  2022-05-02 17:39 ` nadevko
@ 2022-05-08 12:19 ` nadevko
  2022-05-19 12:53 ` nadevko
  7 siblings, 0 replies; 9+ messages in thread
From: nadevko @ 2022-05-08 12:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages ascii-image-converter
https://github.com/void-linux/void-packages/pull/36940

New package: ascii-image-converter-1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ascii-image-converter-36940.patch --]
[-- Type: text/x-diff, Size: 1210 bytes --]

From e00e9b0a08752b3aae8a2c70d7d9f0af0530f869 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Sun, 1 May 2022 19:39:41 +0300
Subject: [PATCH] New package: ascii-image-converter-1.11.0

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

diff --git a/srcpkgs/ascii-image-converter/template b/srcpkgs/ascii-image-converter/template
new file mode 100644
index 000000000000..35afc8ab15c0
--- /dev/null
+++ b/srcpkgs/ascii-image-converter/template
@@ -0,0 +1,17 @@
+# Template file for 'ascii-image-converter'
+pkgname=ascii-image-converter
+version=1.11.0
+revision=1
+build_style=go
+go_import_path=github.com/TheZoraiz/ascii-image-converter
+short_desc="Tool to convert images into ascii art and braille art"
+maintainer="Nadeŭka <nadevko@riseup.net>"
+license=Apache-2.0
+homepage=https://github.com/TheZoraiz/ascii-image-converter
+distfiles=https://github.com/TheZoraiz/ascii-image-converter/archive/refs/tags/v$version.tar.gz
+checksum=07cdc3eef3c9549c1a370ce8fcfa43510e3b99fecc4bd8aa11827f2cf4a2365e
+
+pre_install() {
+	vlicense LICENSE.txt
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: ascii-image-converter-1.11.0
  2022-05-01 16:45 [PR PATCH] New package: ascii-image-converter-1.11.0 nadevko
                   ` (6 preceding siblings ...)
  2022-05-08 12:19 ` nadevko
@ 2022-05-19 12:53 ` nadevko
  7 siblings, 0 replies; 9+ messages in thread
From: nadevko @ 2022-05-19 12:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages ascii-image-converter
https://github.com/void-linux/void-packages/pull/36940

New package: ascii-image-converter-1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ascii-image-converter-36940.patch --]
[-- Type: text/x-diff, Size: 1169 bytes --]

From 384797e892f84da3cd7f0c8be3ac26456f28ab14 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Sun, 1 May 2022 19:39:41 +0300
Subject: [PATCH] New package: ascii-image-converter-1.11.0

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

diff --git a/srcpkgs/ascii-image-converter/template b/srcpkgs/ascii-image-converter/template
new file mode 100644
index 000000000000..13a17edd57f7
--- /dev/null
+++ b/srcpkgs/ascii-image-converter/template
@@ -0,0 +1,17 @@
+# Template file for 'ascii-image-converter'
+pkgname=ascii-image-converter
+version=1.11.0
+revision=1
+build_style=go
+go_import_path=github.com/TheZoraiz/ascii-image-converter
+short_desc="Tool to convert images into ascii art and braille art"
+maintainer="Nadeŭka <nadevko@riseup.net>"
+license=Apache-2.0
+homepage=https://github.com/TheZoraiz/ascii-image-converter
+distfiles=$homepage/archive/refs/tags/v$version.tar.gz
+checksum=07cdc3eef3c9549c1a370ce8fcfa43510e3b99fecc4bd8aa11827f2cf4a2365e
+
+pre_install() {
+	vlicense LICENSE.txt
+	vdoc README.md
+}

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

end of thread, other threads:[~2022-05-19 12:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01 16:45 [PR PATCH] New package: ascii-image-converter-1.11.0 nadevko
2022-05-01 16:58 ` [PR PATCH] [Updated] " nadevko
2022-05-02  6:47 ` nadevko
2022-05-02  6:55 ` nadevko
2022-05-02  6:58 ` nadevko
2022-05-02  7:14 ` nadevko
2022-05-02 17:39 ` nadevko
2022-05-08 12:19 ` nadevko
2022-05-19 12:53 ` nadevko

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