blob: 5f21772e339df4423a6438f65df2e7224b5e489d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = aniworld-cli-git
pkgdesc = CLI tool to browse and stream anime from aniworld.to (development version)
pkgver = r1.1.0
pkgrel = 1
url = https://github.com/dxmoc/aniworld-cli
arch = any
license = GPL-3.0-or-later
makedepends = git
depends = bash
depends = curl
depends = sed
depends = grep
depends = fzf
depends = nodejs
optdepends = mpv: video playback (recommended)
optdepends = vlc: alternative video player
optdepends = yt-dlp: enhanced video extraction
optdepends = jq: better JSON parsing
provides = aniworld-cli
conflicts = aniworld-cli
source = aniworld-cli-git::git+https://github.com/dxmoc/aniworld-cli.git
sha256sums = SKIP
pkgname = aniworld-cli-git
|