From 29caf4924212429fc3f6570197ff0957ab80fb6d Mon Sep 17 00:00:00 2001 From: Alexandre Deckner Date: Thu, 16 Sep 2010 11:45:17 +0000 Subject: [PATCH] =?UTF-8?q?Add=20bep=20file=20for=20tig,=20a=20text-=C3=83?= =?UTF-8?q?mode=20git=20repository=20browser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev-vcs/tig/tig-0.16.bep | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-vcs/tig/tig-0.16.bep diff --git a/dev-vcs/tig/tig-0.16.bep b/dev-vcs/tig/tig-0.16.bep new file mode 100644 index 000000000..bbf3db4da --- /dev/null +++ b/dev-vcs/tig/tig-0.16.bep @@ -0,0 +1,21 @@ +DESCRIPTION="Tig is a text-mode git repository browser" +HOMEPAGE="http://jonas.nitro.dk/tig/" +SRC_URI="http://jonas.nitro.dk/tig/releases/tig-0.16.tar.gz" +CHECKSUM_MD5="684572d93033d6cbfc5ee71cffe02935" +REVISION="1" +STATUS_HAIKU="untested" +DEPEND="sys-libs/ncurses >= 5.7"" +BUILD { + cd tig-0.16 + libtoolize --force --copy --install + autoreconf -i + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd tig-0.16 + make install +} +LICENSE="GNU GPL v2" +COPYRIGHT="2006-2010 Jonas Fonseca" \ No newline at end of file