From f4fa8ba243b50385975fa557423221c6dc69de5f Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 14 Mar 2015 18:56:58 -0400 Subject: [PATCH] Add git-crypt --- config/packages-list | 1 + stage3/hv-install-1 | 1 + stage3/packages-update | 2 ++ stage3/pkg/git-crypt | 7 +++++++ 4 files changed, 11 insertions(+) create mode 100644 stage3/pkg/git-crypt diff --git a/config/packages-list b/config/packages-list index 6871dca..2c9418a 100644 --- a/config/packages-list +++ b/config/packages-list @@ -124,6 +124,7 @@ GHOSTSCRIPT_FONTS_OTHER="ghostscript-fonts-other-6.0" GIFLIB="giflib-5.1.0" GIMP="gimp-2.8.14" GIT="git-2.2.1" +GIT_CRYPT="git-crypt-0.4.2" GLIB="glib-2.42.1" GLIB_NETWORKING="glib-networking-2.42.1" GLIBMM="glibmm-2.42.0" diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 591c673..59d99f2 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -106,6 +106,7 @@ ipkg -m noac ${COLORDIFF} ipkg ${INTLTOOL} ipkg -m acnb ${GIT} "--libexecdir=/usr/lib --with-gitconfig=/etc/gitconfig" +ipkg -j -m noac ${GIT_CRYPT} ipkg ${DIALOG} diff --git a/stage3/packages-update b/stage3/packages-update index 0ec7999..24d1024 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -73,6 +73,8 @@ fpkg -e "tar.gz" ${DOSFSTOOLS} "http://fossies.org/linux/misc" fpkg -e "tar.xz" -s "software/scm/git" ${GIT} ${KERNEL_URL} 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" ${DIALOG} "ftp://ftp.us.debian.org/debian/pool/main/d/dialog" diff --git a/stage3/pkg/git-crypt b/stage3/pkg/git-crypt new file mode 100644 index 0000000..2346067 --- /dev/null +++ b/stage3/pkg/git-crypt @@ -0,0 +1,7 @@ +#!/bin/sh + +hvbuild() +{ + ${HVMAKE} + ${HVMAKE} PREFIX="/usr" install +} -- 2.20.1