audio/clyrics: Updated for version 0.09.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-11-17 15:45:55 +00:00 committed by Willy Sudiarto Raharjo
parent 0ed69e750c
commit 8e4ff33a50
4 changed files with 14 additions and 21 deletions

View file

@ -1,16 +1,9 @@
clyrics (An extensible lyrics fetcher)
clyrics is an extensible lyrics fetcher with daemon support for cmus
and mocp.
clyrics is an extensible lyrics fetcher with daemon support for cmus
and mocp. Just copy folder /etc/xdg/clyrics to your $HOME/.config.
Main features include:
For usage:
- support for plugins
- cmus and mocp daemon mode
Copy folder /etc/xdg/clyrics/plugins to your $HOME/.config/clyrics
folder.
Open mocp or cmus and run:
$ clyrics -m -P ~/.config/clyrics/plugins/
MOC : $ clyrics -m -P ~/.config/clyrics/plugins/
CMUS: $ clyrics -c -P ~/.config/clyrics/plugins/

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=clyrics
VERSION=${VERSION:-0.08}
VERSION=${VERSION:-0.09}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -72,13 +72,13 @@ find -L . \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/bin
cp clyrics $PKG/usr/bin
install -Dm755 $PRGNAM $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/etc/xdg/$PRGNAM
cp -a plugins $PKG/etc/xdg/$PRGNAM
cp -r plugins $PKG/etc/xdg/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cp LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="clyrics"
VERSION="0.08"
VERSION="0.09"
HOMEPAGE="https://github.com/trizen/clyrics/"
DOWNLOAD="https://github.com/trizen/clyrics/archive/0.08/clyrics-0.08.tar.gz"
MD5SUM="5c9aabac79aa160180a131d173991c91"
DOWNLOAD="https://github.com/trizen/clyrics/archive/0.09/clyrics-0.09.tar.gz"
MD5SUM="ed6606d7e0c908cdcf4a997f74ccf216"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-LWP-Protocol-https perl-www-mechanize"

View file

@ -8,7 +8,7 @@
|-----handy-ruler------------------------------------------------------|
clyrics: clyrics (An extensible lyrics fetcher)
clyrics:
clyrics: clyrics is an extensible lyrics fetcher with daemon support for cmus
clyrics: clyrics is an extensible lyrics fetcher with daemon support for cmus
clyrics: and mocp.
clyrics:
clyrics: Home page: https://github.com/trizen/clyrics