void-packages/srcpkgs/beets/template

22 lines
707 B
Bash
Raw Normal View History

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