# Template file for 'clyrics'
pkgname=clyrics
version=0.17
revision=1
depends="perl-LWP-Protocol-https perl-WWW-Mechanize"
short_desc="Extensible lyrics fetcher, with daemon support for cmus and mocp"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-only"
homepage="https://trizenx.blogspot.fr/2013/02/mocp-lyrics.html"
distfiles="https://github.com/trizen/clyrics/archive/${version}.tar.gz"
checksum=a3dcedc7bfd8b79c466e1942b4206a4cd0adc17d91d6cfb6e73904b7167052a3

do_install() {
	local f

	vbin clyrics
	for f in plugins/*; do
		vinstall ${f} 644 usr/share/clyrics
	done
}
