21 lines
589 B
Bash
21 lines
589 B
Bash
# Template file for 'clyrics'
|
|
pkgname=clyrics
|
|
version=0.13
|
|
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=ac3b238e588a4e3c0dad76eb88a45438be0c839dbb123225527c8712ed155484
|
|
|
|
do_install() {
|
|
local f
|
|
|
|
vbin clyrics
|
|
for f in plugins/*; do
|
|
vinstall ${f} 644 usr/share/clyrics
|
|
done
|
|
}
|