mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
23 lines
425 B
YAML
23 lines
425 B
YAML
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}}
|
|
make --jobs {{hw.concurrency}} install
|
|
|
|
test:
|
|
script:
|
|
git --version
|