diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
| commit | dea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch) | |
| tree | f331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/core/git/abuild | |
| parent | ef5bfeb93345a5a681d88e99775622bf28defd8d (diff) | |
| download | alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip | |
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/core/git/abuild')
| -rw-r--r-- | repos/core/git/abuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/repos/core/git/abuild b/repos/core/git/abuild deleted file mode 100644 index 33163907..00000000 --- a/repos/core/git/abuild +++ /dev/null @@ -1,22 +0,0 @@ -name=git -version=2.54.0 -release=1 -source="https://www.kernel.org/pub/software/scm/$name/$name-$version.tar.xz - run conf" -sv="run conf" -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 -} |