Initial commit
This commit is contained in:
commit
e812cf2f37
8 changed files with 198 additions and 0 deletions
28
.SRCINFO
Executable file
28
.SRCINFO
Executable file
|
|
@ -0,0 +1,28 @@
|
|||
pkgbase = python-audible-cli
|
||||
pkgdesc = A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files.
|
||||
pkgver = 0.3.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/mkb79/audible-cli
|
||||
arch = any
|
||||
license = AGPL-3.0-only
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
makedepends = python-hatchling
|
||||
makedepends = python-installer
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-wheel
|
||||
depends = python
|
||||
depends = python-aiofiles
|
||||
depends = python-audible
|
||||
depends = python-click
|
||||
depends = python-httpx
|
||||
depends = python-packaging
|
||||
depends = python-pillow
|
||||
depends = python-questionary
|
||||
depends = python-tabulate
|
||||
depends = python-toml
|
||||
depends = python-tqdm
|
||||
source = python-audible-cli-0.3.3::git+https://github.com/mkb79/audible-cli.git#tag=v0.3.3
|
||||
b2sums = 1ce7efaefa7a62fb6520406e7f19941ca278d9edec41dc8aad2a86f54adf540696c2dfa803897515bb6f2563281d1100febc9b5c7c49b22daffe8e51d9b1ac2a
|
||||
|
||||
pkgname = python-audible-cli
|
||||
Loading…
Add table
Add a link
Reference in a new issue