aboutsummaryrefslogtreecommitdiff
path: root/git/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:34 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:34 +0000
commit8df1d35909ec2d57a6845f5b2c26ee1e83cfd032 (patch)
tree88e5aaa8cf9d3c0538cdff935a56786705548d75 /git/abuild
parent96ec28ea0d2c05032f40f50bc6b9de7020138f57 (diff)
downloadalicelinux-8df1d35909ec2d57a6845f5b2c26ee1e83cfd032.tar.gz
alicelinux-8df1d35909ec2d57a6845f5b2c26ee1e83cfd032.zip
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'git/abuild')
-rw-r--r--git/abuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/git/abuild b/git/abuild
new file mode 100644
index 00000000..290cd1ba
--- /dev/null
+++ b/git/abuild
@@ -0,0 +1,20 @@
+name=git
+version=2.49.0
+release=1
+source="https://www.kernel.org/pub/software/scm/$name/$name-$version.tar.xz"
+build_type=configure_build
+
+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
+}