16 lines
524 B
Text
16 lines
524 B
Text
# Template file for 'ani-cli'
|
|
pkgname=ani-cli
|
|
version=4.9
|
|
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"
|
|
checksum=bdd5e3c264ab67760b13d34174ec86c3da3aaaaacda3ba529d8b2648bce2ef08
|
|
|
|
do_install() {
|
|
vbin ani-cli
|
|
vinstall README.md 644 usr/share/doc/$pkgname
|
|
}
|