cgit: initial commit

This commit is contained in:
Lucas Hazel 2009-01-29 15:56:35 +11:00
parent ba2edabe48
commit e588bc14ec
3 changed files with 27 additions and 0 deletions

7
cgit/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/www/
drwxr-xr-x root/root var/www/htdocs/
drwxr-xr-x root/root var/www/htdocs/cgit/
-rwxr-xr-x root/root var/www/htdocs/cgit/cgit.cgi
-rw-r--r-- root/root var/www/htdocs/cgit/cgit.css
-rw-r--r-- root/root var/www/htdocs/cgit/cgit.png

2
cgit/.md5sum Normal file
View File

@ -0,0 +1,2 @@
20dec7d9a21cfb03278a9d15d3e627fb cgit-0.8.1.1.tar.bz2
66265d85593473b23290232b9dccef77 git-1.6.1.tar.bz2

18
cgit/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Git web interface written in C
# URL: http://hjemli.net/git/cgit/
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Depends on: git
name=cgit
version=0.8.1.1
release=1
source=(http://hjemli.net/git/cgit/snapshot/cgit-0.8.1.1.tar.bz2
http://www.kernel.org/pub/software/scm/git/git-1.6.1.tar.bz2)
build() {
cd $name-$version
rm -rf git
ln -s $SRC/git-1.6.1 git
sed 's/GIT_VER = 1.6.0.3/GIT_VER = 1.6.1/' -i Makefile
make DESTDIR=$PKG install
}