void-packages/srcpkgs/beets/template
2015-06-02 14:26:08 +02:00

22 lines
707 B
Bash

# Template file for 'beets'
pkgname=beets
version=1.3.13
revision=3
noarch=yes
build_style="python-module"
hostmakedepends="python-setuptools"
depends="mutagen python-enum34 python-munkres python-musicbrainzngs python-Unidecode python-yaml python-jellyfish python-setuptools"
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=6d973c3484079b22b7d281f771a97c03f9bb14bdd94f45b673f9d754875b2c59
post_install() {
vman man/beet.1
vman man/beetsconfig.5
vlicense LICENSE
}