Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] add package: countdown
@ 2024-12-10 18:06 Trickyni-V56
  2024-12-10 20:59 ` [PR PATCH] [Updated] " Trickyni-V56
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Trickyni-V56 @ 2024-12-10 18:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Trickyni-V56/void-packages add-countdown
https://github.com/void-linux/void-packages/pull/53452

add package: countdown
#### Testing the changes
- [X] I tested the changes in this PR: **briefly**


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

#### Local build testing
- [X] 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/53452.patch is attached

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

From ddfe0c6373f4bc1812edf34d2f2790e2c321d191 Mon Sep 17 00:00:00 2001
From: Trickyni-V56 <trickyniv56@gmail.com>
Date: Tue, 10 Dec 2024 20:02:08 +0200
Subject: [PATCH] add package: countdown

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

diff --git a/srcpkgs/countdown/template b/srcpkgs/countdown/template
new file mode 100644
index 00000000000000..e8de146aab711d
--- /dev/null
+++ b/srcpkgs/countdown/template
@@ -0,0 +1,23 @@
+# Template file for 'countdown'
+pkgname=countdown
+version=1.5.0
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=go
+go_import_path="github.com/antonmedv/countdown"
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="Terminal countdown timer"
+maintainer="Trickyni-V56 <trickyniv56@gmail.com>"
+license="MIT"
+homepage="https://github.com/antonmedv/countdown"
+#changelog=""
+distfiles="https://github.com/antonmedv/countdown/archive/refs/tags/v${version}.tar.gz"
+checksum=ac83ec593674a367913413796e8708680cbb6504c8f68ce17152d800a92ccf3b

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

* Re: [PR PATCH] [Updated] add package: countdown
  2024-12-10 18:06 [PR PATCH] add package: countdown Trickyni-V56
@ 2024-12-10 20:59 ` Trickyni-V56
  2024-12-12 19:28 ` Trickyni-V56
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Trickyni-V56 @ 2024-12-10 20:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Trickyni-V56/void-packages add-countdown
https://github.com/void-linux/void-packages/pull/53452

add package: countdown
#### Testing the changes
- [X] I tested the changes in this PR: **YES**


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

#### Local build testing
- [X] 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/53452.patch is attached

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

From f7e44a95c7c9db720e071f6241018794a53b280e Mon Sep 17 00:00:00 2001
From: Trickyni-V56 <trickyniv56@gmail.com>
Date: Tue, 10 Dec 2024 20:02:08 +0200
Subject: [PATCH] add package: countdown

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

diff --git a/srcpkgs/countdown/template b/srcpkgs/countdown/template
new file mode 100644
index 00000000000000..b534e11ff0af11
--- /dev/null
+++ b/srcpkgs/countdown/template
@@ -0,0 +1,13 @@
+# Template file for 'countdown'
+pkgname=countdown
+version=1.5.0
+revision=1
+#archs="x86_64"
+build_style=go
+go_import_path="github.com/antonmedv/countdown"
+short_desc="Terminal countdown timer"
+maintainer="Trickyni-V56 <trickyniv56@gmail.com>"
+license="MIT"
+homepage="https://github.com/antonmedv/countdown"
+distfiles="https://github.com/antonmedv/countdown/archive/refs/tags/v${version}.tar.gz"
+checksum=ac83ec593674a367913413796e8708680cbb6504c8f68ce17152d800a92ccf3b

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

* Re: [PR PATCH] [Updated] add package: countdown
  2024-12-10 18:06 [PR PATCH] add package: countdown Trickyni-V56
  2024-12-10 20:59 ` [PR PATCH] [Updated] " Trickyni-V56
@ 2024-12-12 19:28 ` Trickyni-V56
  2025-03-24  2:07 ` New " github-actions
  2025-03-25 12:33 ` Trickyni-V56
  3 siblings, 0 replies; 5+ messages in thread
From: Trickyni-V56 @ 2024-12-12 19:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Trickyni-V56/void-packages add-countdown
https://github.com/void-linux/void-packages/pull/53452

add package: countdown
#### Testing the changes
- [X] I tested the changes in this PR: **YES**


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

#### Local build testing
- [X] 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/53452.patch is attached

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

From 3c90fe53fd61c8869b519ec937e2307a759eb196 Mon Sep 17 00:00:00 2001
From: Trickyni-V56 <trickyniv56@gmail.com>
Date: Tue, 10 Dec 2024 20:02:08 +0200
Subject: [PATCH] New package: countdown-1.5.0

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

diff --git a/srcpkgs/countdown/template b/srcpkgs/countdown/template
new file mode 100644
index 00000000000000..b534e11ff0af11
--- /dev/null
+++ b/srcpkgs/countdown/template
@@ -0,0 +1,13 @@
+# Template file for 'countdown'
+pkgname=countdown
+version=1.5.0
+revision=1
+#archs="x86_64"
+build_style=go
+go_import_path="github.com/antonmedv/countdown"
+short_desc="Terminal countdown timer"
+maintainer="Trickyni-V56 <trickyniv56@gmail.com>"
+license="MIT"
+homepage="https://github.com/antonmedv/countdown"
+distfiles="https://github.com/antonmedv/countdown/archive/refs/tags/v${version}.tar.gz"
+checksum=ac83ec593674a367913413796e8708680cbb6504c8f68ce17152d800a92ccf3b

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

* Re: New package: countdown
  2024-12-10 18:06 [PR PATCH] add package: countdown Trickyni-V56
  2024-12-10 20:59 ` [PR PATCH] [Updated] " Trickyni-V56
  2024-12-12 19:28 ` Trickyni-V56
@ 2025-03-24  2:07 ` github-actions
  2025-03-25 12:33 ` Trickyni-V56
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-03-24  2:07 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/53452#issuecomment-2746690894

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] 5+ messages in thread

* Re: New package: countdown
  2024-12-10 18:06 [PR PATCH] add package: countdown Trickyni-V56
                   ` (2 preceding siblings ...)
  2025-03-24  2:07 ` New " github-actions
@ 2025-03-25 12:33 ` Trickyni-V56
  3 siblings, 0 replies; 5+ messages in thread
From: Trickyni-V56 @ 2025-03-25 12:33 UTC (permalink / raw)
  To: ml

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

New comment by Trickyni-V56 on void-packages repository

https://github.com/void-linux/void-packages/pull/53452#issuecomment-2751111313

Comment:
bump

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

end of thread, other threads:[~2025-03-25 12:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-10 18:06 [PR PATCH] add package: countdown Trickyni-V56
2024-12-10 20:59 ` [PR PATCH] [Updated] " Trickyni-V56
2024-12-12 19:28 ` Trickyni-V56
2025-03-24  2:07 ` New " github-actions
2025-03-25 12:33 ` Trickyni-V56

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