25 lines
969 B
Bash
25 lines
969 B
Bash
# Template file for 'beets'
|
|
pkgname=beets
|
|
version=1.5.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-munkres python3-musicbrainzngs python3-Unidecode python3-yaml
|
|
python3-jellyfish python3-mediafile python3-confuse"
|
|
checkdepends="$depends python3-BeautifulSoup4 python3-coverage python3-Flask
|
|
python3-mock python3-pylast python3-pytest python3-mpd2 python3-xdg
|
|
python3-responses python3-requests-oauthlib python3-reflink python3-rarfile
|
|
python3-discogs_client python3-py7zr"
|
|
short_desc="Media library management system for obsessive-compulsive music geeks"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://beets.radbox.org/"
|
|
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=887f7bbac0fc14c49469e50d406fd216f914a27acf3818c6503c223f9825342b
|
|
make_check=ci-skip # tests don't work as root
|
|
|
|
post_install() {
|
|
vman man/beet.1
|
|
vman man/beetsconfig.5
|
|
vlicense LICENSE
|
|
}
|