void-packages/srcpkgs/beets/template

22 lines
669 B
Text
Raw Normal View History

2013-08-03 22:50:09 +00:00
# Template file for 'beets'
pkgname=beets
version=1.3.10
2014-09-10 22:41:37 +00:00
revision=1
noarch=yes
2014-02-22 22:23:32 +00:00
build_style="python-module"
2014-06-18 13:41:15 +00:00
hostmakedepends="python-setuptools"
2014-09-10 22:41:37 +00:00
depends="mutagen python-enum34 python-munkres python-musicbrainzngs python-Unidecode python-yaml"
pycompile_module="beets beetsplug"
short_desc="Media library management system for obsessive-compulsive music geeks"
maintainer="Juan RP <xtraeme@gmail.com>"
2014-09-10 22:41:37 +00:00
homepage="http://beets.radbox.org/"
license="MIT"
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ba3dd640964ced1e9c2d02bbe17177b33eff46186872537473ddf59675b3f637
2014-09-10 22:41:37 +00:00
post_install() {
vman man/beet.1
vman man/beetsconfig.5
vlicense LICENSE
}