Package: tig Version: 1.2.1 Revision: 1 Description: Ncurses git repository browser DescDetail: << Tig allows you to browse changes in a git repository and can additionally act as a pager for output of various git commands. When used as a pager, it will display input from stdin and colorize it. When browsing repositories, tig uses the underlying git commands to present the user with various views, such as summarized commit log and showing the commit with the log message, diffstat, and the diff. << License: GPL2+ Homepage: http://jonas.nitro.dk/tig/ Maintainer: Daniel Johnson Source: http://jonas.nitro.dk/%n/releases/%n-%v.tar.gz Source-MD5: 9dec2966d3d51f7d8b5b8d4a4b8d93eb Depends: libiconv, libncursesw5-shlibs, git BuildDepends: libiconv-dev, libncursesw5 ConfigureParams: --with-libiconv=%p InstallScript: << make install DESTDIR=%d mkdir -p %i/etc/bash_completion.d cp contrib/tig-completion.bash %i/etc/bash_completion.d mkdir -p %i/share/man/man1 mkdir -p %i/share/man/man5 mkdir -p %i/share/man/man7 cp *.1 %i/share/man/man1 cp *.5 %i/share/man/man5 cp *.7 %i/share/man/man7 << DocFiles: BUGS COPYING NEWS README *.html contrib/tigrc