forked from conda-archive/conda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
37 lines (32 loc) · 1021 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
package:
name: git
version: 2.6.4
source:
fn: v2.6.4.tar.gz [unix]
url: https://github.com/git/git/archive/v2.6.4.tar.gz [unix]
sha256: 08e3ccdba87ca55140c8155a07e147f6c1cdd7b574690e960763b18474fd05ed [unix]
fn: PortableGit-2.6.4-32-bit.7z.exe [win]
url: https://github.com/git-for-windows/git/releases/download/v2.6.4.windows.1/PortableGit-2.6.4-32-bit.7z.exe [win]
sha256: 5b0fcea5262db1a7676b5cd21df717cd02f1835a270d7f94d1537028462e61df [win]
build:
# git hardcodes paths to external utilities (e.g. curl)
detect_binary_files_with_prefix: true
requirements:
build:
- expat [unix]
- curl [unix]
- openssl [unix]
- zlib [unix]
- 7za [win]
run:
- expat [unix]
- curl [unix]
- openssl [unix]
- zlib [unix]
test:
commands:
- git --version
about:
home: https://git-scm.com/
license: GPL v2 and LGPL 2.1
summary: distributed version control system