Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mkp224o-1.5.0
@ 2021-12-05 12:41 hamlolum
  2021-12-10 17:41 ` [PR REVIEW] " Chocimier
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: hamlolum @ 2021-12-05 12:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hamlolum/void-packages master
https://github.com/void-linux/void-packages/pull/34391

New package: mkp224o-1.5.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
 
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c63e8110f130e277170b84e9ce49ac6b48057888 Mon Sep 17 00:00:00 2001
From: hamlolum <hamlolum@tilde.club>
Date: Sun, 5 Dec 2021 17:59:28 +0530
Subject: [PATCH] New package: mkp224o-1.5.0

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

diff --git a/srcpkgs/mkp224o/template b/srcpkgs/mkp224o/template
new file mode 100644
index 000000000000..b888f109dc00
--- /dev/null
+++ b/srcpkgs/mkp224o/template
@@ -0,0 +1,19 @@
+# Template file for 'mkp224o'
+pkgname=mkp224o
+version=1.5.0
+revision=1
+archs="x86_64"
+build_style=gnu-configure
+configure_args="--enable-amd64-51-30k"
+makedepends="libsodium libsodium-devel"
+short_desc="Vanity address generator for ed25519 onion services"
+maintainer="hamlolum <hamlolum@tilde.club>"
+license="Public Domain"
+homepage="https://github.com/cathugger/mkp224o"
+distfiles="https://github.com/cathugger/${pkgname}/releases/download/v${version}/${pkgname}-${version}-src.tar.gz"
+checksum=d8c6b1c98cfd8e4a31b7e93d7773a4fc627da6351790d961aa59286c7a3f9b75
+nostrip=yes
+
+do_install() {
+	vbin mkp224o
+}

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

* Re: [PR REVIEW] New package: mkp224o-1.5.0
  2021-12-05 12:41 [PR PATCH] New package: mkp224o-1.5.0 hamlolum
@ 2021-12-10 17:41 ` Chocimier
  2021-12-10 17:42 ` Chocimier
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2021-12-10 17:41 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/34391#discussion_r766865693

Comment:
Remove this, will compile for all architectures.

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

* Re: [PR REVIEW] New package: mkp224o-1.5.0
  2021-12-05 12:41 [PR PATCH] New package: mkp224o-1.5.0 hamlolum
  2021-12-10 17:41 ` [PR REVIEW] " Chocimier
@ 2021-12-10 17:42 ` Chocimier
  2021-12-10 17:43 ` Chocimier
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2021-12-10 17:42 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/34391#discussion_r766866260

Comment:
CC0-1.0

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

* Re: [PR REVIEW] New package: mkp224o-1.5.0
  2021-12-05 12:41 [PR PATCH] New package: mkp224o-1.5.0 hamlolum
  2021-12-10 17:41 ` [PR REVIEW] " Chocimier
  2021-12-10 17:42 ` Chocimier
@ 2021-12-10 17:43 ` Chocimier
  2021-12-11  3:58 ` [PR PATCH] [Updated] " hamlolum
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2021-12-10 17:43 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/34391#discussion_r766866676

Comment:
*-devel packages depend on non-devel, remove libsodium

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

* Re: [PR PATCH] [Updated] New package: mkp224o-1.5.0
  2021-12-05 12:41 [PR PATCH] New package: mkp224o-1.5.0 hamlolum
                   ` (2 preceding siblings ...)
  2021-12-10 17:43 ` Chocimier
@ 2021-12-11  3:58 ` hamlolum
  2021-12-11  4:20 ` hamlolum
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hamlolum @ 2021-12-11  3:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hamlolum/void-packages master
https://github.com/void-linux/void-packages/pull/34391

New package: mkp224o-1.5.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
 
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 42142e3ef22be08bca4fb668f7a9226c63063b55 Mon Sep 17 00:00:00 2001
From: hamlolum <hamlolum@tilde.club>
Date: Sun, 5 Dec 2021 17:59:28 +0530
Subject: [PATCH] New package: mkp224o-1.5.0

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

diff --git a/srcpkgs/mkp224o/template b/srcpkgs/mkp224o/template
new file mode 100644
index 000000000000..3beeaed7a736
--- /dev/null
+++ b/srcpkgs/mkp224o/template
@@ -0,0 +1,17 @@
+# Template file for 'mkp224o'
+pkgname=mkp224o
+version=1.5.0
+revision=1
+build_style=gnu-configure
+makedepends="libsodium-devel"
+short_desc="Vanity address generator for ed25519 onion services"
+maintainer="hamlolum <hamlolum@tilde.club>"
+license="CC0-1.0"
+homepage="https://github.com/cathugger/mkp224o"
+distfiles="https://github.com/cathugger/${pkgname}/releases/download/v${version}/${pkgname}-${version}-src.tar.gz"
+checksum=d8c6b1c98cfd8e4a31b7e93d7773a4fc627da6351790d961aa59286c7a3f9b75
+nostrip=yes
+
+do_install() {
+	vbin mkp224o
+}

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

* Re: New package: mkp224o-1.5.0
  2021-12-05 12:41 [PR PATCH] New package: mkp224o-1.5.0 hamlolum
                   ` (3 preceding siblings ...)
  2021-12-11  3:58 ` [PR PATCH] [Updated] " hamlolum
@ 2021-12-11  4:20 ` hamlolum
  2021-12-11  5:24 ` [PR PATCH] [Updated] " hamlolum
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hamlolum @ 2021-12-11  4:20 UTC (permalink / raw)
  To: ml

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

New comment by hamlolum on void-packages repository

https://github.com/void-linux/void-packages/pull/34391#issuecomment-991451287

Comment:
I have made the requested changes.

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

* Re: [PR PATCH] [Updated] New package: mkp224o-1.5.0
  2021-12-05 12:41 [PR PATCH] New package: mkp224o-1.5.0 hamlolum
                   ` (4 preceding siblings ...)
  2021-12-11  4:20 ` hamlolum
@ 2021-12-11  5:24 ` hamlolum
  2021-12-17 11:43 ` hamlolum
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hamlolum @ 2021-12-11  5:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hamlolum/void-packages master
https://github.com/void-linux/void-packages/pull/34391

New package: mkp224o-1.5.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
 
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 42142e3ef22be08bca4fb668f7a9226c63063b55 Mon Sep 17 00:00:00 2001
From: hamlolum <hamlolum@tilde.club>
Date: Sun, 5 Dec 2021 17:59:28 +0530
Subject: [PATCH] New package: mkp224o-1.5.0

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

diff --git a/srcpkgs/mkp224o/template b/srcpkgs/mkp224o/template
new file mode 100644
index 000000000000..3beeaed7a736
--- /dev/null
+++ b/srcpkgs/mkp224o/template
@@ -0,0 +1,17 @@
+# Template file for 'mkp224o'
+pkgname=mkp224o
+version=1.5.0
+revision=1
+build_style=gnu-configure
+makedepends="libsodium-devel"
+short_desc="Vanity address generator for ed25519 onion services"
+maintainer="hamlolum <hamlolum@tilde.club>"
+license="CC0-1.0"
+homepage="https://github.com/cathugger/mkp224o"
+distfiles="https://github.com/cathugger/${pkgname}/releases/download/v${version}/${pkgname}-${version}-src.tar.gz"
+checksum=d8c6b1c98cfd8e4a31b7e93d7773a4fc627da6351790d961aa59286c7a3f9b75
+nostrip=yes
+
+do_install() {
+	vbin mkp224o
+}

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

* Re: [PR PATCH] [Updated] New package: mkp224o-1.5.0
  2021-12-05 12:41 [PR PATCH] New package: mkp224o-1.5.0 hamlolum
                   ` (5 preceding siblings ...)
  2021-12-11  5:24 ` [PR PATCH] [Updated] " hamlolum
@ 2021-12-17 11:43 ` hamlolum
  2021-12-17 13:52 ` hamlolum
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hamlolum @ 2021-12-17 11:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hamlolum/void-packages master
https://github.com/void-linux/void-packages/pull/34391

New package: mkp224o-1.5.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
 
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 42142e3ef22be08bca4fb668f7a9226c63063b55 Mon Sep 17 00:00:00 2001
From: hamlolum <hamlolum@tilde.club>
Date: Sun, 5 Dec 2021 17:59:28 +0530
Subject: [PATCH] New package: mkp224o-1.5.0

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

diff --git a/srcpkgs/mkp224o/template b/srcpkgs/mkp224o/template
new file mode 100644
index 000000000000..3beeaed7a736
--- /dev/null
+++ b/srcpkgs/mkp224o/template
@@ -0,0 +1,17 @@
+# Template file for 'mkp224o'
+pkgname=mkp224o
+version=1.5.0
+revision=1
+build_style=gnu-configure
+makedepends="libsodium-devel"
+short_desc="Vanity address generator for ed25519 onion services"
+maintainer="hamlolum <hamlolum@tilde.club>"
+license="CC0-1.0"
+homepage="https://github.com/cathugger/mkp224o"
+distfiles="https://github.com/cathugger/${pkgname}/releases/download/v${version}/${pkgname}-${version}-src.tar.gz"
+checksum=d8c6b1c98cfd8e4a31b7e93d7773a4fc627da6351790d961aa59286c7a3f9b75
+nostrip=yes
+
+do_install() {
+	vbin mkp224o
+}

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

* Re: [PR PATCH] [Updated] New package: mkp224o-1.5.0
  2021-12-05 12:41 [PR PATCH] New package: mkp224o-1.5.0 hamlolum
                   ` (6 preceding siblings ...)
  2021-12-17 11:43 ` hamlolum
@ 2021-12-17 13:52 ` hamlolum
  2021-12-18 14:12 ` Chocimier
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hamlolum @ 2021-12-17 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hamlolum/void-packages master
https://github.com/void-linux/void-packages/pull/34391

New package: mkp224o-1.5.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
 
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d0d64a95dc34e7fd005f6a396e3a990a2457a805 Mon Sep 17 00:00:00 2001
From: hamlolum <hamlolum@tilde.club>
Date: Sun, 5 Dec 2021 17:59:28 +0530
Subject: [PATCH] New package: mkp224o-1.5.0

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

diff --git a/srcpkgs/mkp224o/template b/srcpkgs/mkp224o/template
new file mode 100644
index 000000000000..3beeaed7a736
--- /dev/null
+++ b/srcpkgs/mkp224o/template
@@ -0,0 +1,17 @@
+# Template file for 'mkp224o'
+pkgname=mkp224o
+version=1.5.0
+revision=1
+build_style=gnu-configure
+makedepends="libsodium-devel"
+short_desc="Vanity address generator for ed25519 onion services"
+maintainer="hamlolum <hamlolum@tilde.club>"
+license="CC0-1.0"
+homepage="https://github.com/cathugger/mkp224o"
+distfiles="https://github.com/cathugger/${pkgname}/releases/download/v${version}/${pkgname}-${version}-src.tar.gz"
+checksum=d8c6b1c98cfd8e4a31b7e93d7773a4fc627da6351790d961aa59286c7a3f9b75
+nostrip=yes
+
+do_install() {
+	vbin mkp224o
+}

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

* Re: [PR PATCH] [Updated] New package: mkp224o-1.5.0
  2021-12-05 12:41 [PR PATCH] New package: mkp224o-1.5.0 hamlolum
                   ` (7 preceding siblings ...)
  2021-12-17 13:52 ` hamlolum
@ 2021-12-18 14:12 ` Chocimier
  2021-12-18 14:23 ` Chocimier
  2021-12-18 16:04 ` [PR PATCH] [Merged]: " Chocimier
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2021-12-18 14:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hamlolum/void-packages master
https://github.com/void-linux/void-packages/pull/34391

New package: mkp224o-1.5.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
 
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From acdd41406deb3d3d462ee8fd336a13a38e9b2d83 Mon Sep 17 00:00:00 2001
From: hamlolum <hamlolum@tilde.club>
Date: Sun, 5 Dec 2021 17:59:28 +0530
Subject: [PATCH] New package: mkp224o-1.5.0

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

diff --git a/srcpkgs/mkp224o/template b/srcpkgs/mkp224o/template
new file mode 100644
index 000000000000..3beeaed7a736
--- /dev/null
+++ b/srcpkgs/mkp224o/template
@@ -0,0 +1,17 @@
+# Template file for 'mkp224o'
+pkgname=mkp224o
+version=1.5.0
+revision=1
+build_style=gnu-configure
+makedepends="libsodium-devel"
+short_desc="Vanity address generator for ed25519 onion services"
+maintainer="hamlolum <hamlolum@tilde.club>"
+license="CC0-1.0"
+homepage="https://github.com/cathugger/mkp224o"
+distfiles="https://github.com/cathugger/${pkgname}/releases/download/v${version}/${pkgname}-${version}-src.tar.gz"
+checksum=d8c6b1c98cfd8e4a31b7e93d7773a4fc627da6351790d961aa59286c7a3f9b75
+nostrip=yes
+
+do_install() {
+	vbin mkp224o
+}

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

* Re: [PR PATCH] [Updated] New package: mkp224o-1.5.0
  2021-12-05 12:41 [PR PATCH] New package: mkp224o-1.5.0 hamlolum
                   ` (8 preceding siblings ...)
  2021-12-18 14:12 ` Chocimier
@ 2021-12-18 14:23 ` Chocimier
  2021-12-18 16:04 ` [PR PATCH] [Merged]: " Chocimier
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2021-12-18 14:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hamlolum/void-packages master
https://github.com/void-linux/void-packages/pull/34391

New package: mkp224o-1.5.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
 
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e300a67ea52d92876be677f01dadc3e6a0803c63 Mon Sep 17 00:00:00 2001
From: hamlolum <hamlolum@tilde.club>
Date: Sun, 5 Dec 2021 17:59:28 +0530
Subject: [PATCH] New package: mkp224o-1.5.0

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

diff --git a/srcpkgs/mkp224o/template b/srcpkgs/mkp224o/template
new file mode 100644
index 000000000000..08b34d424330
--- /dev/null
+++ b/srcpkgs/mkp224o/template
@@ -0,0 +1,23 @@
+# Template file for 'mkp224o'
+pkgname=mkp224o
+version=1.5.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="autoconf automake"
+makedepends="libsodium-devel"
+short_desc="Vanity address generator for ed25519 onion services"
+maintainer="hamlolum <hamlolum@tilde.club>"
+license="CC0-1.0"
+homepage="https://github.com/cathugger/mkp224o"
+distfiles="https://github.com/cathugger/mkp224o/archive/refs/tags/v${version}.tar.gz"
+checksum=1bdc2b838ed53d62f62652e0b46d2632fad7ed703c65a00a96ad1b4547d74173
+nostrip=yes
+
+pre_configure() {
+	autoreconf
+}
+
+do_install() {
+	vdoc README.txt
+	vbin mkp224o
+}

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

* Re: [PR PATCH] [Merged]: New package: mkp224o-1.5.0
  2021-12-05 12:41 [PR PATCH] New package: mkp224o-1.5.0 hamlolum
                   ` (9 preceding siblings ...)
  2021-12-18 14:23 ` Chocimier
@ 2021-12-18 16:04 ` Chocimier
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2021-12-18 16:04 UTC (permalink / raw)
  To: ml

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

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

New package: mkp224o-1.5.0
https://github.com/void-linux/void-packages/pull/34391

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
 
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2021-12-18 16:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-05 12:41 [PR PATCH] New package: mkp224o-1.5.0 hamlolum
2021-12-10 17:41 ` [PR REVIEW] " Chocimier
2021-12-10 17:42 ` Chocimier
2021-12-10 17:43 ` Chocimier
2021-12-11  3:58 ` [PR PATCH] [Updated] " hamlolum
2021-12-11  4:20 ` hamlolum
2021-12-11  5:24 ` [PR PATCH] [Updated] " hamlolum
2021-12-17 11:43 ` hamlolum
2021-12-17 13:52 ` hamlolum
2021-12-18 14:12 ` Chocimier
2021-12-18 14:23 ` Chocimier
2021-12-18 16:04 ` [PR PATCH] [Merged]: " Chocimier

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