/
githubmirror
/
powerlevel10k
Обзор
Документация
Войти
/
githubmirror
/
powerlevel10k
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
gitstatus/build.info
22 строки
964 B
Roman Perepelitsa
Merge commit '140a6ade4e9d7431df697de4dfff04b353e219e2'
03 окт 2024, 12:16
03 окт 2024, 12:16
c64a133
Код
Авторство
О чём код?
# This value gets embedded in gitstatusd at build time. It is # read by ./Makefile. `gitstatusd --version` reports it back. # # This value is also read by shell bindings (indirectly, through # ./install) when using GITSTATUS_DAEMON or usrbin/gitstatusd. gitstatus_version="v1.5.5" # libgit2 is a build time dependency of gitstatusd. The values of # libgit2_version and libgit2_sha256 are read by ./build. # # If ./deps/libgit2-${libgit2_version}.tar.gz doesn't exist, build # downloads it from the following location: # # https://github.com/romkatv/libgit2/archive/${libgit2_version}.tar.gz # # Once downloaded, the tarball is stored at the path indicated # above so that repeated builds don't consume network bandwidth. # # If sha256 of ./deps/libgit2-${libgit2_version}.tar.gz doesn't match, # build gets aborted. libgit2_version="tag-2ecf33948a4df9ef45a66c68b8ef24a5e60eaac6" libgit2_sha256="4ce11d71ee576dbbc410b9fa33a9642809cc1fa687b315f7c23eeb825b251e93"