2013-08-04 00:50:09 +02:00
|
|
|
# Template file for 'beets'
|
|
|
|
pkgname=beets
|
2013-09-12 23:55:25 +02:00
|
|
|
version=1.3.0
|
2013-09-14 04:27:34 +02:00
|
|
|
revision=2
|
2013-08-30 19:19:32 +02:00
|
|
|
distfiles="https://github.com/sampsyo/beets/releases/download/v${version}/beets-${version}.tar.gz"
|
2013-09-12 23:55:25 +02:00
|
|
|
checksum="8323ac1a3a9632a996b54043aa592419c91c8575c5eb0c8f1b21a407ce5f96d3"
|
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"
|
2013-09-14 04:27:34 +02:00
|
|
|
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"
|
2013-09-14 04:27:34 +02:00
|
|
|
pycompile_module="beets beetsplug"
|
2013-08-04 00:50:09 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove all
|
|
|
|
}
|
2013-09-14 04:27:34 +02:00
|
|
|
}
|