From: Hugo Villeneuve Date: Thu, 19 Nov 2015 03:04:36 +0000 (-0500) Subject: Add tig X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=9a24ef1970eb6269a68fb98b5e11324de7669932 Add tig --- diff --git a/config/packages-list b/config/packages-list index 244c3f2..5bbb28b 100644 --- a/config/packages-list +++ b/config/packages-list @@ -420,6 +420,7 @@ TEXLIVE_TEXMF="texlive-20120701-texmf" TEXINFO="texinfo-4.13a" TFTP_HPA="tftp-hpa-5.2" TIFF="tiff-4.0.3" +TIG="tig-2.1.1" TK="tk8.5.9-src" TRANSMISSION="transmission-2.84" TUNCTL="tunctl-1.5" diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 1990076..8b98b24 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -116,6 +116,7 @@ ipkg ${INTLTOOL} ipkg -m acnb ${GIT} "--libexecdir=/usr/lib --with-gitconfig=/etc/gitconfig" ipkg -j -m noac ${GIT_CRYPT} +ipkg -m acnb ${TIG} ipkg ${DIALOG} diff --git a/stage3/packages-update b/stage3/packages-update index cd4658e..43ca726 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -76,6 +76,7 @@ fpkg -e "tar.gz" -s "software/scm/git" \ "git-manpages-$(get_pkg_ver ${GIT})" ${KERNEL_URL} fpkg -e "tar.gz" ${GIT_CRYPT} \ "https://www.agwa.name/projects/git-crypt/downloads" +fpkg -e "tar.gz" ${TIG} "http://jonas.nitro.dk/tig/releases" fpkg -e "tar.gz" ${DIALOG} "ftp://ftp.us.debian.org/debian/pool/main/d/dialog"