void-packages/srcpkgs/clyrics/template
Đoàn Trần Công Danh a2d3af73a0 clyrics: remove noarch
2020-11-22 07:17:53 +07:00

21 lines
589 B
Bash

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