pantry/projects/git-scm.org/package.yml

26 lines
475 B
YAML
Raw Normal View History

2022-08-02 14:43:12 +03:00
distributable:
url: https://mirrors.edge.kernel.org/pub/software/scm/git/git-{{ version }}.tar.xz
strip-components: 1
versions:
github: git/git/tags
dependencies:
zlib.net: 1
gnu.org/gettext: ^0.21
curl.se: '>=5'
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
./configure --prefix={{prefix}}
2022-09-02 18:00:33 +03:00
make --jobs {{hw.concurrency}} install $ARGS
env:
V: 1
ARGS:
- NO_TCLTK=1
2022-08-02 14:43:12 +03:00
2022-09-02 18:00:33 +03:00
test: git --version #FIXME better