2018-04-03 16:35:46 +00:00
|
|
|
# Template file for 'bum'
|
|
|
|
pkgname=bum
|
2018-04-24 12:29:01 +00:00
|
|
|
version=0.1.3
|
2018-05-20 18:20:08 +00:00
|
|
|
revision=2
|
2018-04-24 12:29:01 +00:00
|
|
|
noarch=yes
|
2018-04-03 16:35:46 +00:00
|
|
|
build_style=python3-module
|
|
|
|
pycompile_modules="bum"
|
|
|
|
hostmakedepends="python3-setuptools"
|
2018-05-20 18:20:08 +00:00
|
|
|
depends="python3-setuptools python3-mpd2 python3-musicbrainzngs python3-mpv"
|
2018-04-03 16:35:46 +00:00
|
|
|
short_desc="Daemon that downloads and displays album arts via MPD events"
|
|
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://github.com/dylanaraps/bum"
|
|
|
|
distfiles="https://github.com/dylanaraps/bum/archive/${version}.tar.gz"
|
2018-04-24 12:29:01 +00:00
|
|
|
checksum=512b64d2fbd0d96b1c242f5e2b916c126671bd16dfbb5c71d164a39b5ebeeebe
|
2018-04-03 16:35:46 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE.md
|
|
|
|
}
|