22 lines
592 B
Bash
22 lines
592 B
Bash
|
# Template file for 'clyrics'
|
||
|
pkgname=clyrics
|
||
|
version=0.10
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
depends="perl-LWP-Protocol-https perl-WWW-Mechanize"
|
||
|
short_desc="Extensible lyrics fetcher, with daemon support for cmus and mocp"
|
||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||
|
homepage="https://trizenx.blogspot.fr/2013/02/mocp-lyrics.html"
|
||
|
license="GPL-3"
|
||
|
distfiles="https://github.com/trizen/clyrics/archive/${version}.tar.gz"
|
||
|
checksum=96cb84b994ec66234aacff452f5bc0a5e0edd7567149301f435b5aa78c780cd0
|
||
|
|
||
|
do_install() {
|
||
|
local f
|
||
|
|
||
|
vbin clyrics
|
||
|
for f in plugins/*; do
|
||
|
vinstall ${f} 644 usr/share/clyrics
|
||
|
done
|
||
|
}
|