beets: also pycompile beetsplug; improve short_desc.
This commit is contained in:
parent
af8b762bd1
commit
18f849491e
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'beets'
|
||||
pkgname=beets
|
||||
version=1.3.0
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="https://github.com/sampsyo/beets/releases/download/v${version}/beets-${version}.tar.gz"
|
||||
checksum="8323ac1a3a9632a996b54043aa592419c91c8575c5eb0c8f1b21a407ce5f96d3"
|
||||
build_style=python-module
|
||||
|
@ -10,13 +10,13 @@ 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."
|
||||
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.21 python-munkres"
|
||||
pycompile_module="beets"
|
||||
pycompile_module="beets beetsplug"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue