tgit: new port - distro - linux distribution experiments
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 8bf2a88b64fe8f9be0b9cabc8bff13eefeac6bb6
(DIR) parent a095acff433089d75eb3757fc9bf288fa6ed8978
(HTM) Author: z3bra <contactatz3bradotorg>
Date: Mon, 29 Oct 2018 14:28:12 +0100
git: new port
Diffstat:
A pkg/git/mkfile | 14 ++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/pkg/git/mkfile b/pkg/git/mkfile
t@@ -0,0 +1,14 @@
+pkg = git
+ver = 2.19.1
+url = https://www.kernel.org/pub/software/scm/git/$pkg-$ver.tar.xz
+
+<../build.mk
+
+MAKEFLAGS = ${MAKEFLAGS} \
+ NO_TCLTK=1 \
+ NO_PYTHON=1 \
+ NO_EXPAT=1 \
+ NO_GETTEXT=1 \
+ INSTALLMAN3DIR=/man/man3 \
+ gitexecdir=/lib/git-core \
+ all