blob: 0e90ec53bdcccffabcd6bea130861a5a05b6ade8 (
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
25
26
27
28
29
30
31
32
33
34
35
|
pkgbase = streamrip
pkgdesc = A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.
pkgver = 2.1.0
pkgrel = 1
url = https://github.com/nathom/streamrip
arch = any
license = GPL3
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry
depends = python
depends = python-aiodns
depends = python-aiofiles
depends = python-aiohttp
depends = python-aiolimiter
depends = python-appdirs
depends = python-click-help-colors
depends = python-deezer-py
depends = python-m3u8
depends = python-mutagen
depends = python-pathvalidate
depends = python-pillow
depends = python-pycryptodomex
depends = python-pytest-asyncio
depends = python-pytest-mock
depends = python-rich
depends = python-simple-term-menu
depends = python-tomlkit
depends = python-requests
optdepends = ffmpeg: Additional functionality
source = git+https://github.com/nathom/streamrip.git#tag=v2.1.0
sha256sums = SKIP
pkgname = streamrip
|