development/colordiff: New maintainer.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Andreas Voegele 2017-03-26 17:24:53 +01:00 committed by Willy Sudiarto Raharjo
parent 78ef7e8621
commit 53a383fcd5
3 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
The Perl script colordiff is a wrapper for 'diff' and produces The Perl script colordiff is a wrapper for 'diff' and produces
the same output but with pretty 'syntax' highlighting. Colour the same output but with pretty 'syntax' highlighting. Colour
schemes can be customized. schemes can be customized.

View file

@ -46,9 +46,9 @@ cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/etc $PKG/usr/bin $PKG/usr/man/man1 mkdir -p $PKG/etc $PKG/usr/bin $PKG/usr/man/man1
install -m 644 colordiffrc $PKG/etc/colordiffrc.new install -m 644 colordiffrc $PKG/etc/colordiffrc.new

View file

@ -6,5 +6,5 @@ MD5SUM="b5769d556afbfed4ab2feec990e3fef2"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""
MAINTAINER="Ryan P.C. McQuen" MAINTAINER="Andreas Voegele"
EMAIL="ryanpcmcquen@member.fsf.org" EMAIL="andreas@andreasvoegele.com"