cgit: initial commit
This commit is contained in:
parent
ba2edabe48
commit
e588bc14ec
7
cgit/.footprint
Normal file
7
cgit/.footprint
Normal 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
2
cgit/.md5sum
Normal 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
18
cgit/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user