From 3f86f2cf59f349213a75fcfd254c3fbd972c90c4 Mon Sep 17 00:00:00 2001 From: Stubsy 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 " +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" +}