Files
AeroPkg/assets/var/gnu/git.md

27 lines
406 B
Markdown

git 2.49
=
https://github.com/git/git/archive/refs/tags/v2.49.0.tar.gz
``` sh *** build ***
make configure
./configure --prefix=/pkg/gnu/git --without-tcltk
make -j$(nproc)
make install
```
``` sh *** config ***
mkdir -p /pkg/gnu/git/etc
git config --system http.sslCAInfo /pkg/gnu/openssl/ssl/cacert.pem
```
``` cfg *** build deps ***
curl
pcre2
zlib
libxcrypt
```
``` cfg *** run deps ***
perl
```