void-packages/srcpkgs/bum/template
2021-10-09 08:01:49 -04:00

19 lines
618 B
Bash

# Template file for 'bum'
pkgname=bum
version=0.1.3
revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-mpd2 python3-musicbrainzngs python3-mpv"
short_desc="Daemon that downloads and displays album arts via MPD events"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/dylanaraps/bum"
distfiles="https://github.com/dylanaraps/bum/archive/${version}.tar.gz"
checksum=512b64d2fbd0d96b1c242f5e2b916c126671bd16dfbb5c71d164a39b5ebeeebe
make_check=no # no tests, but check fails with a non-zero exit code
post_install() {
vlicense LICENSE.md
}