We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b297a commit 6f2ca13Copy full SHA for 6f2ca13
1 file changed
srcpkgs/ani-cli/template
@@ -0,0 +1,17 @@
1
+# Template file for 'ani-cli'
2
+pkgname=ani-cli
3
+version=4.10
4
+revision=1
5
+short_desc="CLI tool to browse and watch anime"
6
+maintainer="Aditya Yadav <aadi58002@gmail.com>"
7
+license="GPL-3.0-only"
8
+homepage="https://github.com/pystardust/ani-cli"
9
+distfiles="https://github.com/pystardust/ani-cli/archive/refs/tags/v${version}.tar.gz"
10
+depends="bash grep sed curl mpv aria2 ffmpeg fzf"
11
12
+checksum=bf9a61baa70cbbe9028084982b2661c7a0d69823d82534b818abf49e2139d120
13
+
14
+do_install() {
15
+ vbin ani-cli
16
+ vman ani-cli.1
17
+}
0 commit comments