GNU bug report logs - #66708
[PATCH] add ani-cli package

Previous Next

Package: guix-patches;

Reported by: Nicolas Débonnaire <n.debonnaire <at> gmail.com>

Date: Mon, 23 Oct 2023 18:43:01 UTC

Severity: normal

Tags: patch

Merged with 66694

Done: Jaeme Sifat <jaeme <at> runbox.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66708 in the body.
You can then email your comments to 66708 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#66708; Package guix-patches. (Mon, 23 Oct 2023 18:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Débonnaire <n.debonnaire <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 23 Oct 2023 18:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Débonnaire <n.debonnaire <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] add ani-cli package
Date: Mon, 23 Oct 2023 18:45:02 +0200
[Message part 1 (text/plain, inline)]
diff --git a/gnu/packages/ani-cli.scm b/gnu/packages/ani-cli.scm
new file mode 100644
index 0000000000..ceef971267
--- /dev/null
+++ b/gnu/packages/ani-cli.scm
@@ -0,0 +1,43 @@
+(define-module (gnu packages ani-cli)
+  #:use-module (guix licenses)
+  #:use-module (guix packages)
+  #:use-module (guix git-download)
+  #:use-module (gnu packages video)
+  #:use-module (gnu packages curl)
+  #:use-module (gnu packages base)
+  #:use-module (gnu packages terminals)
+  #:use-module (guix build-system copy))
+
+(define-public ani-cli
+  (let ((commit "c7e6838647b57411d791bd250417eb0925d74cca")
+        (revision "0"))
+    (package
+      (name "ani-cli")
+      (version (git-version "4.6" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/pystardust/ani-cli")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
"1ni9pzjb5qh87iz7c8252bx79qadr1qx6jnkqvvjcqrchh7q473a"))))
+      (build-system copy-build-system)
+      (propagated-inputs (list yt-dlp
+                               curl
+                               fzf
+                               mpv
+                               sed
+                               grep))
+      (arguments
+       `(#:install-plan '(("ani-cli" "bin/")
+                          ("ani-cli.1" "share/man/man1/"))))
+      (home-page "https://github.com/pystardust/ani-cli")
+      (synopsis "Browse and watch anime from the terminal")
+      (description
+       "ani-cli is a command-line interface (cli) to browse and watch anime
+ (alone AND with friends).  It scrapes the site allanime and open videos
+ in mpv audio and video player.  There is different features such as
+episode browsing, history tracking,...")
+      (license gpl3))))
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#66708; Package guix-patches. (Tue, 24 Oct 2023 01:03:03 GMT) Full text and rfc822 format available.

Message #8 received at 66708 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Débonnaire <n.debonnaire <at> gmail.com>
To: 66708 <at> debbugs.gnu.org
Subject: Close
Date: Mon, 23 Oct 2023 23:15:41 +0200
[Message part 1 (text/plain, inline)]
Right after posting I saw that someone already made a patch for ani-cli:
https://lists.gnu.org/archive/html/guix-patches/2023-10/msg01458.html
Thus, you can disregard this.
[Message part 2 (text/html, inline)]

Merged 66694 66708. Request was from Tobias Geerinckx-Rice <me <at> tobias.gr> to control <at> debbugs.gnu.org. (Sat, 28 Oct 2023 21:37:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 66694 <at> debbugs.gnu.org and Jaeme Sifat <jaeme <at> runbox.com> Request was from Jaeme Sifat <jaeme <at> runbox.com> to control <at> debbugs.gnu.org. (Tue, 28 Nov 2023 14:29:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 27 Dec 2023 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 134 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.