void-packages/srcpkgs/clyrics/template
cr6git 6a3a9f3457
New package: clyrics-0.10
Closes: #12068 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-06 16:05:40 +02:00

21 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
}