055d6f70f8
Closes: #10198 [via git-merge-pr]
22 lines
717 B
Bash
22 lines
717 B
Bash
# Template file for 'beets'
|
|
pkgname=beets
|
|
version=1.4.6
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="mutagen python-enum34 python-munkres python-musicbrainzngs python-Unidecode
|
|
python-yaml python-jellyfish python-setuptools python-six"
|
|
pycompile_module="beets beetsplug"
|
|
short_desc="Media library management system for obsessive-compulsive music geeks"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://beets.radbox.org/"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=62079b2338799a64e7816096c5fae3b8909fb139e4d481ec3255336e67765b50
|
|
|
|
post_install() {
|
|
vman man/beet.1
|
|
vman man/beetsconfig.5
|
|
vlicense LICENSE
|
|
}
|