mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
30 lines
531 B
Plaintext
30 lines
531 B
Plaintext
DESCRIPTION="git a fast version control system"
|
|
HOMEPAGE="http://git-scm.com/"
|
|
SRC_URI="http://git-core.googlecode.com/files/git-1.7.11.3.tar.gz"
|
|
CHECKSUM_MD5="23caacd9f3f421b6c05b40796df3505d"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND="net-misc/curl >= 7.20.0
|
|
dev-lang/perl >= 5.10.1
|
|
dev-vcs/gitdoc == 1.7.11.3"
|
|
BUILD()
|
|
{
|
|
cd git-1.7.11.3
|
|
make strip
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd git-1.7.11.3
|
|
make install
|
|
}
|
|
|
|
TEST()
|
|
{
|
|
cd git-1.7.11.3
|
|
make check
|
|
}
|
|
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="2005-2012 Git Authors (see git web site for list)"
|