Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ani-cli-4.10
@ 2025-05-01 15:52 Stubsy
  2025-05-01 23:18 ` tranzystorekk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stubsy @ 2025-05-01 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Stubsy/void-packages-ani-cli ani-cli-package-template
https://github.com/void-linux/void-packages/pull/55224

New package: ani-cli-4.10
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- 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
- 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/55224.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ani-cli-package-template-55224.patch --]
[-- Type: text/x-diff, Size: 1012 bytes --]

From 3f86f2cf59f349213a75fcfd254c3fbd972c90c4 Mon Sep 17 00:00:00 2001
From: Stubsy <Stubsy@heimsvik.no>
Date: Thu, 1 May 2025 17:39:39 +0200
Subject: [PATCH] New package: ani-cli-4.10

---
 srcpkgs/ani-cli/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/ani-cli/template

diff --git a/srcpkgs/ani-cli/template b/srcpkgs/ani-cli/template
new file mode 100644
index 00000000000000..315510770d62f2
--- /dev/null
+++ b/srcpkgs/ani-cli/template
@@ -0,0 +1,16 @@
+# Template file for 'ani-cli'
+pkgname=ani-cli
+version=4.10
+revision=1
+depends="grep sed curl mpv aria2 ffmpeg fzf"
+short_desc="Cli tool to browse and watch anime"
+maintainer="Stubsy <Stubsy@heimsvik.no>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pystardust/ani-cli"
+distfiles="https://github.com/pystardust/ani-cli/archive/refs/tags/v${version}.tar.gz"
+checksum=bf9a61baa70cbbe9028084982b2661c7a0d69823d82534b818abf49e2139d120
+
+do_install() {
+	vbin "ani-cli"
+	vman "ani-cli.1"
+}

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

* Re: [PR PATCH] [Closed]: New package: ani-cli-4.10
  2025-05-01 15:52 [PR PATCH] New package: ani-cli-4.10 Stubsy
  2025-05-01 23:18 ` tranzystorekk
@ 2025-05-01 23:18 ` tranzystorekk
  2025-05-02  7:11 ` Stubsy
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2025-05-01 23:18 UTC (permalink / raw)
  To: ml

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

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

New package: ani-cli-4.10
https://github.com/void-linux/void-packages/pull/55224

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- 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
- 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] 4+ messages in thread

* Re: New package: ani-cli-4.10
  2025-05-01 15:52 [PR PATCH] New package: ani-cli-4.10 Stubsy
@ 2025-05-01 23:18 ` tranzystorekk
  2025-05-01 23:18 ` [PR PATCH] [Closed]: " tranzystorekk
  2025-05-02  7:11 ` Stubsy
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2025-05-01 23:18 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/55224#issuecomment-2845976000

Comment:
https://github.com/void-linux/void-packages/pull/36365, doesn't meet package requirements as explained in https://github.com/void-linux/void-packages/pull/36365#issuecomment-1079735428

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

* Re: New package: ani-cli-4.10
  2025-05-01 15:52 [PR PATCH] New package: ani-cli-4.10 Stubsy
  2025-05-01 23:18 ` tranzystorekk
  2025-05-01 23:18 ` [PR PATCH] [Closed]: " tranzystorekk
@ 2025-05-02  7:11 ` Stubsy
  2 siblings, 0 replies; 4+ messages in thread
From: Stubsy @ 2025-05-02  7:11 UTC (permalink / raw)
  To: ml

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

New comment by Stubsy on void-packages repository

https://github.com/void-linux/void-packages/pull/55224#issuecomment-2846528139

Comment:
My bad. Not sure how I missed that, but I'll be more careful in the future.
I will keep it in a separate repo if anyone wants to use it.

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

end of thread, other threads:[~2025-05-02  7:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-01 15:52 [PR PATCH] New package: ani-cli-4.10 Stubsy
2025-05-01 23:18 ` tranzystorekk
2025-05-01 23:18 ` [PR PATCH] [Closed]: " tranzystorekk
2025-05-02  7:11 ` Stubsy

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