# -*- coding: ascii; tab-width: 4 -*- Package: tig Version: 2.1.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: d6eb13d31319d57a3f726d8238f8ebc0 Depends: libiconv, libncursesw5-shlibs, readline6-shlibs, git BuildDepends: libiconv-dev, libncursesw5, readline6 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: COPYING NEWS.adoc README.adoc *.html