mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+git (#65)
This commit is contained in:
parent
a92cd448b8
commit
4c173c0559
23
projects/git-scm.org/package.yml
Normal file
23
projects/git-scm.org/package.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
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
|
|
@ -19,3 +19,7 @@ build:
|
|||
mkdir "{{ prefix }}/bin"
|
||||
mv ninja "{{ prefix }}/bin"
|
||||
working-directory: build-cmake
|
||||
|
||||
test:
|
||||
script:
|
||||
ninja --version
|
||||
|
|
Loading…
Reference in a new issue