From 276b39d4c0277dbb596f71038148edb4f22e036b Mon Sep 17 00:00:00 2001 From: chtc Date: Sat, 26 Mar 2022 17:59:18 +0100 Subject: [PATCH] New package: ani-cli-1.9 --- 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 000000000000..14e60d72ea9c --- /dev/null +++ b/srcpkgs/ani-cli/template @@ -0,0 +1,16 @@ +# Template file for 'ani-cli' +pkgname=ani-cli +version=1.9 +revision=1 +depends="curl openssl mpv aria2 grep sed ffmpeg" +short_desc="CLI tool to browse and play anime" +maintainer="chtc " +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=d01e5acc1961dfb2d1ea4219dcbc8a7b745a1066166216590592d2021aae7736 + +do_install() { + vbin ani-cli + vinstall README.md 644 usr/share/doc/$pkgname +}