summaryrefslogtreecommitdiffstats
path: root/devel/gitg/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gitg/DETAILS')
-rwxr-xr-xdevel/gitg/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/gitg/DETAILS b/devel/gitg/DETAILS
new file mode 100755
index 0000000000..3096c15d55
--- /dev/null
+++ b/devel/gitg/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=gitg
+ VERSION=0.2.5
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://git.gnome.org/browse/gitg/
+ ENTERED=20110902
+ SHORT="git repository viewer for gtk+/GNOME"
+cat << EOF
+gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
+convenient tool to visualize git history and actions that benefit from a
+graphical presentation.
+EOF