Files
haikuports/dev-vcs/git/git-1.7.6.bep
2011-07-02 19:30:25 +00:00

26 lines
487 B
Plaintext

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)"