void-packages/srcpkgs/beets/template
2013-08-30 14:23:04 -03:00

22 lines
722 B
Plaintext

# Template file for 'beets'
pkgname=beets
version=1.2.2
revision=1
distfiles="https://github.com/sampsyo/beets/releases/download/v${version}/beets-${version}.tar.gz"
checksum="8f96802ca0addbc811f240420e314f3845a25f718684b58dc6979a45b140f6b3"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
maintainer="Steven R <strob AT styez DOT com>"
homepage="https://github.com/sampsyo/beets"
license="GPL"
short_desc="Beets is the media library management system for obsessive-compulsive music geeks."
beets_package() {
noarch="yes"
depends="python>=2.7 pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.21 python-munkres"
pycompile_module="beets"
pkg_install() {
vmove all
}
}