New package: beets.

This commit is contained in:
wertyi48 2013-08-03 19:50:09 -03:00
parent 147d77a2cd
commit 70438c5397

21
srcpkgs/beets/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'beets'
pkgname=beets
version=1.2.1
revision=1
distfiles="https://github.com/sampsyo/beets/releases/download/v1.2.1/beets-${version}.tar.gz"
checksum="7424708a7ebd0884141537970b31cd41a09c5b799d9ce5d00d3704ce8aa520b6"
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() {
depends="python>=2.7 pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.21 python-munkres"
pycompile_module="beets"
pkg_install() {
vmove all
}
}