New package: clyrics-0.10

Closes: #12068 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
cr6git 2018-03-03 17:36:52 +01:00 committed by Jürgen Buchmüller
parent e5f1a69abb
commit 6a3a9f3457
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

21
srcpkgs/clyrics/template Normal file
View file

@ -0,0 +1,21 @@
# 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
}