vp-build/srcpkgs/beets/template

23 lines
719 B
Plaintext
Raw Normal View History

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
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"
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
}
}