colordiff: Initial commit version 1.0.13
This commit is contained in:
parent
44a0a0845a
commit
76d70cf450
10
colordiff/.footprint
Normal file
10
colordiff/.footprint
Normal file
@ -0,0 +1,10 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
-rw-r--r-- root/root etc/colordiffrc
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/cdiff
|
||||
-rwxr-xr-x root/root usr/bin/colordiff
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/cdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/colordiff.1.gz
|
1
colordiff/.md5sum
Normal file
1
colordiff/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
77093f7b31b84622bb59e75a12259ca5 colordiff-1.0.13.tar.gz
|
24
colordiff/Pkgfile
Normal file
24
colordiff/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
||||
# Description: Colorizes diff output
|
||||
# URL: http://www.colordiff.org/
|
||||
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
||||
# Depends on: perl
|
||||
|
||||
name=colordiff
|
||||
version=1.0.13
|
||||
release=1
|
||||
source=(http://www.colordiff.org/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
# etc
|
||||
install -D -m 644 colordiffrc $PKG/etc/colordiffrc
|
||||
|
||||
# man
|
||||
install -D -m 644 colordiff.1 $PKG/usr/man/man1/colordiff.1
|
||||
install -D -m 644 cdiff.1 $PKG/usr/man/man1/cdiff.1
|
||||
|
||||
# bin
|
||||
install -D -m 755 colordiff.pl $PKG/usr/bin/colordiff
|
||||
install -D -m 755 cdiff.sh $PKG/usr/bin/cdiff
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user