mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Results of GCI 2011 task: gitdoc entry added for extended Git documentation;
Thanks to Thomas Turney for research and creating BepFile!
This commit is contained in:
20
dev-vcs/gitdoc/gitdoc-1.7.7.2.bep
Normal file
20
dev-vcs/gitdoc/gitdoc-1.7.7.2.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION="git a fast version control system"
|
||||
HOMEPAGE="http://code.google.com/p/git-core/"
|
||||
SRC_URI="http://git-core.googlecode.com/files/git-manpages-1.7.7.2.tar.gz"
|
||||
CHECKSUM_MD5="24e2d2b6c3f97102f7b79e05c165fd22"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
BUILD {
|
||||
echo "Building Git documentation"
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
DOC_DIR=$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)'/man'
|
||||
echo $DOC_DIR
|
||||
cp -r man* $DOC_DIR
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2011 Git Authors (see git web site for list)"
|
||||
Reference in New Issue
Block a user