Skip to content

Commit 6f2ca13

Browse files
aadi58002github-actions[bot]
authored andcommitted
feat: Add ani-cli to custom repo packages
1 parent d2b297a commit 6f2ca13

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

srcpkgs/ani-cli/template

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
homepage="https://github.com/pystardust/ani-cli"
12+
checksum=bf9a61baa70cbbe9028084982b2661c7a0d69823d82534b818abf49e2139d120
13+
14+
do_install() {
15+
vbin ani-cli
16+
vman ani-cli.1
17+
}

0 commit comments

Comments
 (0)