void-packages/srcpkgs/beets/template

23 lines
692 B
Plaintext
Raw Normal View History

2013-08-04 00:50:09 +02:00
# Template file for 'beets'
pkgname=beets
2013-10-31 18:08:18 +01:00
version=1.3.1
revision=1
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
checksum="d36052f71f115db1d9cfc097a4e6af0c7eaaccf9a34cfd5021fc8523f56b1313"
2013-08-04 00:50:09 +02:00
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="Media library management system for obsessive-compulsive music geeks"
2013-08-04 00:50:09 +02:00
beets_package() {
2013-08-09 23:02:26 +02:00
noarch="yes"
2013-08-04 00:50:09 +02:00
depends="python>=2.7 pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.21 python-munkres"
pycompile_module="beets beetsplug"
2013-08-04 00:50:09 +02:00
pkg_install() {
vmove all
}
}