Add git-crypt
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 14 Mar 2015 22:56:58 +0000 (18:56 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 14 Mar 2015 22:57:03 +0000 (18:57 -0400)
config/packages-list
stage3/hv-install-1
stage3/packages-update
stage3/pkg/git-crypt [new file with mode: 0644]

index 6871dca..2c9418a 100644 (file)
@@ -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"
index 591c673..59d99f2 100755 (executable)
@@ -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}
 
index 0ec7999..24d1024 100755 (executable)
@@ -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 (file)
index 0000000..2346067
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+hvbuild()
+{
+    ${HVMAKE}
+    ${HVMAKE} PREFIX="/usr" install
+}