23 lines
710 B
Plaintext
23 lines
710 B
Plaintext
# Template file for 'beets'
|
|
pkgname=beets
|
|
version=1.3.2
|
|
revision=1
|
|
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
|
|
checksum="1946b5e981a2858112b7f3aadb2d5f22c1d1438f2753cfda9996091c5e30520a"
|
|
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"
|
|
|
|
beets_package() {
|
|
noarch="yes"
|
|
depends="python>=2.7 pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.22 python-munkres python-distribute"
|
|
pycompile_module="beets beetsplug"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|