aboutsummaryrefslogtreecommitdiff
path: root/repos/core/git/abuild.bak
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-08-30 19:33:48 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-08-30 19:33:48 +0800
commit10cdc4ea3f4b9aaeb8f4b7a7bd004e7c6c6f07ce (patch)
tree819242797677280a89ccfa1506a27006dbb8122b /repos/core/git/abuild.bak
parentaab0d1ab04f916b4824ba6e653293db8700808a9 (diff)
downloadalicelinux-10cdc4ea3f4b9aaeb8f4b7a7bd004e7c6c6f07ce.tar.gz
alicelinux-10cdc4ea3f4b9aaeb8f4b7a7bd004e7c6c6f07ce.zip
git: updated to 2.46.0
Diffstat (limited to 'repos/core/git/abuild.bak')
-rw-r--r--repos/core/git/abuild.bak19
1 files changed, 19 insertions, 0 deletions
diff --git a/repos/core/git/abuild.bak b/repos/core/git/abuild.bak
new file mode 100644
index 00000000..e14a43a8
--- /dev/null
+++ b/repos/core/git/abuild.bak
@@ -0,0 +1,19 @@
+name=git
+version=2.45.2
+release=1
+source="https://www.kernel.org/pub/software/scm/$name/$name-$version.tar.xz"
+
+prebuild() {
+cat > config.mak <<EOF
+NO_GETTEXT=YesPlease
+NO_EXPAT=YesPlease
+NO_PERL=YesPlease
+NO_SVN_TESTS=YesPlease
+NO_TCLTK=YesPlease
+NO_NSEC=YesPlease
+NO_PYTHON=YesPlease
+NO_SYS_POLL_H=1
+NO_CROSS_DIRECTORY_HARDLINKS=1
+NO_INSTALL_HARDLINKS=1
+EOF
+}