misc/grc: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b1eb2dd432
commit
f15b476b80
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM="grc"
|
||||
VERSION=${VERSION:-1.11.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -75,8 +75,8 @@ mv $PKG/etc/grc.conf $PKG/etc/grc.conf.new
|
|||
|
||||
# for Bash, Fish and Zsh.
|
||||
mv $PKG/etc/profile.d/grc.bashrc $PKG/etc/profile.d/grc.bashrc.new
|
||||
cp -a grc.zsh $PKG/etc/profile.d/grc.zsh.new
|
||||
cp -a grc.fish $PKG/etc/profile.d/grc.fish.new
|
||||
install -m644 grc.zsh $PKG/etc/profile.d/grc.zsh.new
|
||||
install -m644 grc.fish $PKG/etc/profile.d/grc.fish.new
|
||||
|
||||
mv $PKG/usr/share/man $PKG/usr/man
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
@ -86,7 +86,7 @@ DOCS="contrib debian/changelog debian/copyright CREDITS INSTALL \
|
|||
README.markdown Regexp.txt TODO"
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cp -r $DOCS $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/garabik/grc/archive/v1.11.1/grc-1.11.1.tar.gz"
|
|||
MD5SUM="0c31d58b5dacf23e57c6d44eb76e4d36"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="python3"
|
||||
MAINTAINER="Edinaldo P. Silva"
|
||||
EMAIL="edps.mundognu@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue