blob: f8b34b84bf88d1305b344905ece714ee802c30c9 (
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
|
pkgbase = netease-musicbox
pkgdesc = A sexy command line interface musicbox for NetEase based on Python
pkgver = 0.3.1
pkgrel = 2
url = https://github.com/darknessomi/musicbox
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-poetry
depends = mpg123
depends = python-pycryptodomex
depends = python-requests
depends = python-future
depends = python-fuzzywuzzy
depends = python-requests-cache
depends = python-importlib-metadata
optdepends = aria2: music caching
optdepends = libnotify: notifications
optdepends = qt5-base: lyrics support
optdepends = python-qtpy: lyrics support
optdepends = python-pyqt5: lyrics support
optdepends = python-dbus: lyrics support
optdepends = python-levenshtein: fuzzy search support
provides = musicbox
conflicts = netease-musicbox-git
source = musicbox-0.3.1.tar.gz::https://github.com/darknessomi/musicbox/archive/0.3.1.tar.gz
source = LICENSE::https://raw.githubusercontent.com/darknessomi/musicbox/master/LICENSE
sha256sums = b7f984b0462b553ebc8fccb414783b07936efa49fdd1822d2c79a4c8aa624f4e
sha256sums = 40aaf7aea7939284b07c487929472fa9cc5a842ff5f0c1e474ac93e6de7aa64e
pkgname = netease-musicbox
|