voidtemplates/ani-cli/template

17 lines
524 B
Text
Raw Normal View History

2024-08-13 13:07:06 +00:00
# Template file for 'ani-cli'
pkgname=ani-cli
2024-10-21 02:57:43 +00:00
version=4.9
2024-08-13 13:07:06 +00:00
revision=1
depends="curl openssl mpv aria2 ffmpeg"
short_desc="CLI tool to browse and play anime"
maintainer="chtc <notnotcha0t1c@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/pystardust/ani-cli"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
2024-10-21 02:57:43 +00:00
checksum=bdd5e3c264ab67760b13d34174ec86c3da3aaaaacda3ba529d8b2648bce2ef08
2024-08-13 13:07:06 +00:00
do_install() {
vbin ani-cli
vinstall README.md 644 usr/share/doc/$pkgname
}