From 9022430502975b6ed5e849cd7c91007143c764ab Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 26 May 2014 10:46:22 +0200 Subject: [PATCH] git: add git-prompt.sh This script allows you to see repository status in your bash/zsh prompt. --- srcpkgs/git/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 494808c4d2..b66dc812d7 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,7 +1,7 @@ # Template build file for "git". pkgname=git version=1.9.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-curl --with-expat --without-tcltk ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no" @@ -25,6 +25,7 @@ post_install() { make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} install-doc vinstall contrib/completion/git-completion.bash 644 \ usr/share/bash-completion/completions git + vinstall contrib/completion/git-prompt.sh 644 usr/share/git } git-docs_package() {