mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Add mercurial-1.9 and git-1.7.6
This commit is contained in:
25
dev-vcs/git/git-1.7.6.bep
Normal file
25
dev-vcs/git/git-1.7.6.bep
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION="git a fast version control system"
|
||||
HOMEPAGE="http://git-scm.com/"
|
||||
SRC_URI="http://kernel.org/pub/software/scm/git/git-1.7.6.tar.bz2"
|
||||
CHECKSUM_MD5="9e0a438eb71e89eedb61f89470ed32a0"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="net-misc/curl >= 7.20.0
|
||||
dev-lang/perl >= 5.10.1"
|
||||
BUILD {
|
||||
cd git-1.7.6
|
||||
make strip
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd git-1.7.6
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd git-1.7.6
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2011 Git Authors (see git web site for list)"
|
||||
Reference in New Issue
Block a user