aboutsummaryrefslogtreecommitdiff
path: root/repos/core/git/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2iligrams@protonmail.com>2025-03-12 04:01:18 +0100
committeremmett1 <emmett1.2iligrams@protonmail.com>2025-03-12 04:01:18 +0100
commitddd8e1a8fab2ac39396282a7c09ddf6eca219613 (patch)
tree12796519575126d60e06d02e9eab68856229cf58 /repos/core/git/abuild
parentb5a8a6c29e40f786ceb808c0b95f01c4251111d1 (diff)
downloadalicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.tar.gz
alicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.zip
clang repos updated
Diffstat (limited to 'repos/core/git/abuild')
-rwxr-xr-xrepos/core/git/abuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/repos/core/git/abuild b/repos/core/git/abuild
deleted file mode 100755
index ff6e091d..00000000
--- a/repos/core/git/abuild
+++ /dev/null
@@ -1,20 +0,0 @@
-name=git
-version=2.48.1
-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
-}