14 lines
547 B
Bash
14 lines
547 B
Bash
# Template file for 'python3-mpdnotify'
|
|
pkgname=python3-mpdnotify
|
|
version=1.0
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"
|
|
depends="libnotify python3-mpd2 python3-Pillow python3-setuptools"
|
|
short_desc="Notifies when mpd's song changes"
|
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/chuugar/mpdnotify"
|
|
distfiles="${PYPI_SITE}/m/mpdnotify/mpdnotify-${version}.tar.gz"
|
|
checksum=1461b80cb4772640c25bc03b19977789523b5f918ae15588b8860e0409bef0e7
|