Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package : ytfzf
@ 2021-07-14 15:23 pandom79
  2021-07-14 15:26 ` [PR PATCH] [Updated] " pandom79
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: pandom79 @ 2021-07-14 15:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages ytfzf
https://github.com/void-linux/void-packages/pull/31962

New package : ytfzf
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] 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/31962.patch is attached

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

From 90b4e851ca1379a6de22bbb25fb5fe2e8ebfe6f6 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 14 Jul 2021 17:21:42 +0200
Subject: [PATCH] New package : ytfzf

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

diff --git a/srcpkgs/ytfzf/template b/srcpkgs/ytfzf/template
new file mode 100644
index 000000000000..ca4bc323dab6
--- /dev/null
+++ b/srcpkgs/ytfzf/template
@@ -0,0 +1,20 @@
+# Template file for 'ytfzf'
+pkgname=ytfzf
+version=1.2.0
+revision=1
+build_style=gnu-makefile
+depends="jq youtube-dl mpv"
+short_desc="POSIX script that helps you find Youtube videos"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pystardust/ytfzf"
+distfiles="https://github.com/pystardust/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=244205d59f4fbab30c87740b7181c387a1892e23d8e20a034adcfaa686130fa7
+
+do_install() {
+	vbin ytfzf
+	vdoc docs/conf.sh
+	vdoc docs/INSTALL.md
+	vdoc docs/USAGE.md
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package : ytfzf
  2021-07-14 15:23 [PR PATCH] New package : ytfzf pandom79
@ 2021-07-14 15:26 ` pandom79
  2022-05-26  2:13 ` New package : ytfzf-1.2.0 github-actions
  2022-06-10  2:13 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 7+ messages in thread
From: pandom79 @ 2021-07-14 15:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages ytfzf
https://github.com/void-linux/void-packages/pull/31962

New package : ytfzf
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] 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/31962.patch is attached

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

From aa4166d7a19b57382a6fa4b91f44bb9040467d5d Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 14 Jul 2021 17:21:42 +0200
Subject: [PATCH] New package : ytfzf-1.2.0

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

diff --git a/srcpkgs/ytfzf/template b/srcpkgs/ytfzf/template
new file mode 100644
index 000000000000..ca4bc323dab6
--- /dev/null
+++ b/srcpkgs/ytfzf/template
@@ -0,0 +1,20 @@
+# Template file for 'ytfzf'
+pkgname=ytfzf
+version=1.2.0
+revision=1
+build_style=gnu-makefile
+depends="jq youtube-dl mpv"
+short_desc="POSIX script that helps you find Youtube videos"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pystardust/ytfzf"
+distfiles="https://github.com/pystardust/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=244205d59f4fbab30c87740b7181c387a1892e23d8e20a034adcfaa686130fa7
+
+do_install() {
+	vbin ytfzf
+	vdoc docs/conf.sh
+	vdoc docs/INSTALL.md
+	vdoc docs/USAGE.md
+	vdoc README.md
+}

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

* Re: New package : ytfzf-1.2.0
  2021-07-14 15:23 [PR PATCH] New package : ytfzf pandom79
  2021-07-14 15:26 ` [PR PATCH] [Updated] " pandom79
@ 2022-05-26  2:13 ` github-actions
  2022-06-10  2:13 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-05-26  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/31962#issuecomment-1138069591

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

* Re: [PR PATCH] [Closed]: New package : ytfzf-1.2.0
  2021-07-14 15:23 [PR PATCH] New package : ytfzf pandom79
  2021-07-14 15:26 ` [PR PATCH] [Updated] " pandom79
  2022-05-26  2:13 ` New package : ytfzf-1.2.0 github-actions
@ 2022-06-10  2:13 ` github-actions
  2 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-10  2:13 UTC (permalink / raw)
  To: ml

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

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

New package : ytfzf-1.2.0
https://github.com/void-linux/void-packages/pull/31962

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: New package: ytfzf-1.2.0
  2021-09-27 15:00 [PR PATCH] New package: ytfzf-1.2.0 vitezfh
  2021-09-27 18:50 ` paper42
  2021-09-27 18:59 ` vitezfh
@ 2021-09-27 19:00 ` vitezfh
  2 siblings, 0 replies; 7+ messages in thread
From: vitezfh @ 2021-09-27 19:00 UTC (permalink / raw)
  To: ml

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

New comment by vitezfh on void-packages repository

https://github.com/void-linux/void-packages/pull/33160#issuecomment-928182554

Comment:
Closed because of existing pull requests for this package, sorry. Assumed there wasn't one for some reason

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

* Re: New package: ytfzf-1.2.0
  2021-09-27 15:00 [PR PATCH] New package: ytfzf-1.2.0 vitezfh
  2021-09-27 18:50 ` paper42
@ 2021-09-27 18:59 ` vitezfh
  2021-09-27 19:00 ` vitezfh
  2 siblings, 0 replies; 7+ messages in thread
From: vitezfh @ 2021-09-27 18:59 UTC (permalink / raw)
  To: ml

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

New comment by vitezfh on void-packages repository

https://github.com/void-linux/void-packages/pull/33160#issuecomment-928182034

Comment:
True, but there are others just like it. Example: pfetch

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

* Re: New package: ytfzf-1.2.0
  2021-09-27 15:00 [PR PATCH] New package: ytfzf-1.2.0 vitezfh
@ 2021-09-27 18:50 ` paper42
  2021-09-27 18:59 ` vitezfh
  2021-09-27 19:00 ` vitezfh
  2 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2021-09-27 18:50 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33160#issuecomment-928175886

Comment:
From Quality requirements:

> Compiled: The software needs to be compiled before being used, even if it is software that is not needed by the whole system.

This is a 1600 line shell script

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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 15:23 [PR PATCH] New package : ytfzf pandom79
2021-07-14 15:26 ` [PR PATCH] [Updated] " pandom79
2022-05-26  2:13 ` New package : ytfzf-1.2.0 github-actions
2022-06-10  2:13 ` [PR PATCH] [Closed]: " github-actions
2021-09-27 15:00 [PR PATCH] New package: ytfzf-1.2.0 vitezfh
2021-09-27 18:50 ` paper42
2021-09-27 18:59 ` vitezfh
2021-09-27 19:00 ` vitezfh

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