# -*- coding: ascii; tab-width: 4 -*- Package: tig Version: 2.5.3 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: https://github.com/jonas/tig/releases/download/%n-%v/%n-%v.tar.gz Source-Checksum: SHA256(e528068499d558beb99a0a8bca30f59171e71f046d76ee5d945d35027d3925dc) Depends: << git, libiconv, libncursesw5-shlibs, readline8-shlibs << BuildDepends: << fink-package-precedence, libiconv-dev, libncursesw5, readline8 << SetCPPFLAGS: -I%p/include/ncursesw #-MD ConfigureParams: --with-libiconv=%p CompileScript: << %{default_script} fink-package-precedence --depfile-ext='\.d' . << InstallScript: << make install install-doc-man DESTDIR=%d mkdir -p %i/etc/bash_completion.d cp contrib/tig-completion.bash %i/etc/bash_completion.d << DocFiles: COPYING NEWS.adoc README.adoc *.html