void-packages/srcpkgs/clyrics/template
2019-02-03 21:26:08 -02:00

22 lines
600 B
Bash

# Template file for 'clyrics'
pkgname=clyrics
version=0.11
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="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=221d746c9c60249c56d2637f10890609bb14a97316016d98ebdf0db57acf22e8
do_install() {
local f
vbin clyrics
for f in plugins/*; do
vinstall ${f} 644 usr/share/clyrics
done
}