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:
parent
e5f1a69abb
commit
6a3a9f3457
1 changed files with 21 additions and 0 deletions
21
srcpkgs/clyrics/template
Normal file
21
srcpkgs/clyrics/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue