1 # Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
2 # Contributor: Eric BĂ©langer <eric@archlinux.org>
7 pkgdesc="A Perl script wrapper for 'diff' that produces the same output but with pretty 'syntax' highlighting"
9 url="https://www.colordiff.org/"
11 depends=('perl' 'diffutils')
12 backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
13 source=(https://www.colordiff.org/archive/${pkgname}-${pkgver}.tar.gz{,.sig})
14 sha256sums=('9b30f4257ef0f0806dea5a27c9ad8edc3f7999f05ddaff6f0627064dc927e615'
16 validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart <davee@sungate.co.uk>
19 cd ${pkgname}-${pkgver}
21 make DESTDIR="${pkgdir}" INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 install
22 install -m644 colordiffrc-lightbg "${pkgdir}/etc/colordiffrc-lightbg"