misc/grc: Updated for version 1.11.3.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2018-04-29 23:33:45 +01:00 committed by David Spencer
parent 891e6e9efd
commit c2e0f21049
2 changed files with 8 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# #
# Slackware build script for grc. # Slackware build script for grc.
# #
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="grc" PRGNAM="grc"
VERSION=${VERSION:-1.11.1} VERSION=${VERSION:-1.11.3}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -78,6 +78,8 @@ mv $PKG/etc/profile.d/grc.bashrc $PKG/etc/profile.d/grc.bashrc.new
install -m644 grc.zsh $PKG/etc/profile.d/grc.zsh.new install -m644 grc.zsh $PKG/etc/profile.d/grc.zsh.new
install -m644 grc.fish $PKG/etc/profile.d/grc.fish.new install -m644 grc.fish $PKG/etc/profile.d/grc.fish.new
install -Dm644 _grc $PKG/usr/share/zsh/site-functions/_grc
mv $PKG/usr/share/man $PKG/usr/man mv $PKG/usr/share/man $PKG/usr/man
find $PKG/usr/man -type f -exec gzip -9 {} \; find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done

View File

@ -1,8 +1,8 @@
PRGNAM="grc" PRGNAM="grc"
VERSION="1.11.1" VERSION="1.11.3"
HOMEPAGE="https://github.com/garabik/grc" HOMEPAGE="https://github.com/garabik/grc"
DOWNLOAD="https://github.com/garabik/grc/archive/v1.11.1/grc-1.11.1.tar.gz" DOWNLOAD="https://github.com/garabik/grc/archive/v1.11.3/grc-1.11.3.tar.gz"
MD5SUM="0c31d58b5dacf23e57c6d44eb76e4d36" MD5SUM="17f9a0b014c771b9e4cd060113309073"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python3" REQUIRES="python3"