22 lines
720 B
Bash
22 lines
720 B
Bash
# Template file for 'beets'
|
|
pkgname=beets
|
|
version=1.4.7
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-munkres python3-musicbrainzngs
|
|
python3-Unidecode python3-yaml python3-jellyfish python3-six python3-mutagen"
|
|
pycompile_module="beets beetsplug"
|
|
short_desc="Media library management system for obsessive-compulsive music geeks"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
homepage="http://beets.radbox.org/"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=3a33dba692bbd12fc8b92b0853513147367be06b4d93960c8cc5bda493f96f70
|
|
|
|
post_install() {
|
|
vman man/beet.1
|
|
vman man/beetsconfig.5
|
|
vlicense LICENSE
|
|
}
|