Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: enquirer-0.5.1
@ 2021-11-19 11:20 Animeshz
  2021-11-19 11:22 ` [PR PATCH] [Updated] " Animeshz
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Animeshz @ 2021-11-19 11:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Animeshz/void-packages enquirer
https://github.com/void-linux/void-packages/pull/34151

New package: enquirer-0.5.1
Command line utility for making interactive prompts (more info: [termapps/enquirer](https://github.com/termapps/enquirer))

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl

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

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

From 121273cf9416c12ef1115537bc2345690f3a717d Mon Sep 17 00:00:00 2001
From: Animesh Sahu <animeshsahu19@yahoo.com>
Date: Fri, 19 Nov 2021 16:42:55 +0530
Subject: [PATCH] New package: enquirer-0.5.1

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

diff --git a/srcpkgs/enquirer/template b/srcpkgs/enquirer/template
new file mode 100644
index 000000000000..377f7a6aebb7
--- /dev/null
+++ b/srcpkgs/enquirer/template
@@ -0,0 +1,15 @@
+# Template file for 'enquirer'
+pkgname=enquirer
+version=0.5.1
+revision=1
+build_style=cargo
+short_desc="Command Line Utility for Stylish Interactive Prompts"
+maintainer="Animeshz <animeshsahu19@yahoo.com>"
+license="MIT"
+homepage="https://github.com/termapps/enquirer"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=6d6d7e2b613d63a39bea21094414e80ee53ab0c90eb42a139e5e0cb16f432220
+
+post_install() {
+        vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: enquirer-0.5.1
  2021-11-19 11:20 [PR PATCH] New package: enquirer-0.5.1 Animeshz
@ 2021-11-19 11:22 ` Animeshz
  2022-03-14  5:02 ` Animeshz
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Animeshz @ 2021-11-19 11:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Animeshz/void-packages enquirer
https://github.com/void-linux/void-packages/pull/34151

New package: enquirer-0.5.1
Command line utility for making interactive prompts (more info: [termapps/enquirer](https://github.com/termapps/enquirer))

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl

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

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

From 121273cf9416c12ef1115537bc2345690f3a717d Mon Sep 17 00:00:00 2001
From: Animesh Sahu <animeshsahu19@yahoo.com>
Date: Fri, 19 Nov 2021 16:42:55 +0530
Subject: [PATCH] New package: enquirer-0.5.1

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

diff --git a/srcpkgs/enquirer/template b/srcpkgs/enquirer/template
new file mode 100644
index 000000000000..377f7a6aebb7
--- /dev/null
+++ b/srcpkgs/enquirer/template
@@ -0,0 +1,15 @@
+# Template file for 'enquirer'
+pkgname=enquirer
+version=0.5.1
+revision=1
+build_style=cargo
+short_desc="Command Line Utility for Stylish Interactive Prompts"
+maintainer="Animeshz <animeshsahu19@yahoo.com>"
+license="MIT"
+homepage="https://github.com/termapps/enquirer"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=6d6d7e2b613d63a39bea21094414e80ee53ab0c90eb42a139e5e0cb16f432220
+
+post_install() {
+        vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: enquirer-0.5.1
  2021-11-19 11:20 [PR PATCH] New package: enquirer-0.5.1 Animeshz
  2021-11-19 11:22 ` [PR PATCH] [Updated] " Animeshz
@ 2022-03-14  5:02 ` Animeshz
  2022-03-19 17:07 ` New package: enquirer-0.6.1 Animeshz
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Animeshz @ 2022-03-14  5:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Animeshz/void-packages enquirer
https://github.com/void-linux/void-packages/pull/34151

New package: enquirer-0.5.1
Command line utility for making interactive prompts (more info: [termapps/enquirer](https://github.com/termapps/enquirer))

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl

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

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

From 81e810ea0f4914428db3c0b4f1d491ee05369c56 Mon Sep 17 00:00:00 2001
From: Animesh Sahu <animeshsahu19@yahoo.com>
Date: Fri, 19 Nov 2021 16:42:55 +0530
Subject: [PATCH] New package: enquirer-0.6.1

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

diff --git a/srcpkgs/enquirer/template b/srcpkgs/enquirer/template
new file mode 100644
index 000000000000..55253da4363f
--- /dev/null
+++ b/srcpkgs/enquirer/template
@@ -0,0 +1,15 @@
+# Template file for 'enquirer'
+pkgname=enquirer
+version=0.6.1
+revision=1
+build_style=cargo
+short_desc="Command Line Utility for Stylish Interactive Prompts"
+maintainer="Animeshz <animeshsahu19@yahoo.com>"
+license="MIT"
+homepage="https://github.com/termapps/enquirer"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b0539686bd8f5807f1f5219a7d5809913fbbf7af73913d169001241ad19b568f
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: enquirer-0.6.1
  2021-11-19 11:20 [PR PATCH] New package: enquirer-0.5.1 Animeshz
  2021-11-19 11:22 ` [PR PATCH] [Updated] " Animeshz
  2022-03-14  5:02 ` Animeshz
@ 2022-03-19 17:07 ` Animeshz
  2022-06-18  2:13 ` github-actions
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Animeshz @ 2022-03-19 17:07 UTC (permalink / raw)
  To: ml

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

New comment by Animeshz on void-packages repository

https://github.com/void-linux/void-packages/pull/34151#issuecomment-1073045775

Comment:
Let me know if there's anything that need to be changed!

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

* Re: New package: enquirer-0.6.1
  2021-11-19 11:20 [PR PATCH] New package: enquirer-0.5.1 Animeshz
                   ` (2 preceding siblings ...)
  2022-03-19 17:07 ` New package: enquirer-0.6.1 Animeshz
@ 2022-06-18  2:13 ` github-actions
  2022-06-18 10:59 ` Animeshz
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-06-18  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34151#issuecomment-1159340134

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: enquirer-0.6.1
  2021-11-19 11:20 [PR PATCH] New package: enquirer-0.5.1 Animeshz
                   ` (3 preceding siblings ...)
  2022-06-18  2:13 ` github-actions
@ 2022-06-18 10:59 ` Animeshz
  2022-09-18  2:14 ` github-actions
  2022-10-02  2:15 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: Animeshz @ 2022-06-18 10:59 UTC (permalink / raw)
  To: ml

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

New comment by Animeshz on void-packages repository

https://github.com/void-linux/void-packages/pull/34151#issuecomment-1159444499

Comment:
!

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

* Re: New package: enquirer-0.6.1
  2021-11-19 11:20 [PR PATCH] New package: enquirer-0.5.1 Animeshz
                   ` (4 preceding siblings ...)
  2022-06-18 10:59 ` Animeshz
@ 2022-09-18  2:14 ` github-actions
  2022-10-02  2:15 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-09-18  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34151#issuecomment-1250175458

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: enquirer-0.6.1
  2021-11-19 11:20 [PR PATCH] New package: enquirer-0.5.1 Animeshz
                   ` (5 preceding siblings ...)
  2022-09-18  2:14 ` github-actions
@ 2022-10-02  2:15 ` github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-10-02  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: enquirer-0.6.1
https://github.com/void-linux/void-packages/pull/34151

Description:
Command line utility for making interactive prompts (more info: [termapps/enquirer](https://github.com/termapps/enquirer))

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl

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

end of thread, other threads:[~2022-10-02  2:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-19 11:20 [PR PATCH] New package: enquirer-0.5.1 Animeshz
2021-11-19 11:22 ` [PR PATCH] [Updated] " Animeshz
2022-03-14  5:02 ` Animeshz
2022-03-19 17:07 ` New package: enquirer-0.6.1 Animeshz
2022-06-18  2:13 ` github-actions
2022-06-18 10:59 ` Animeshz
2022-09-18  2:14 ` github-actions
2022-10-02  2:15 ` [PR PATCH] [Closed]: " github-actions

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