void-packages/srcpkgs/beets/template
Alessio Sergi a656e3a2e7 beets: re-add setuptools dependency
Removed by error in 0f41f4a52b.
2018-03-07 19:05:35 +01:00

22 lines
719 B
Bash

# Template file for 'beets'
pkgname=beets
version=1.4.6
revision=4
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.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
}