1 | PortSystem 1.0 |
---|
2 | PortGroup cmake 1.0 |
---|
3 | |
---|
4 | name libgit2 |
---|
5 | version 0.14.0 |
---|
6 | description A portable, pure C implementation of the Git core methods |
---|
7 | long_description libgit2 is a portable, pure C implementation of the \ |
---|
8 | Git core methods provided as a re-entrant linkable \ |
---|
9 | library with a solid API, allowing you to write native \ |
---|
10 | speed custom Git applications in any language which \ |
---|
11 | supports C bindings. |
---|
12 | categories devel |
---|
13 | platforms darwin |
---|
14 | maintainers openmaintainer |
---|
15 | license GPL-2 |
---|
16 | |
---|
17 | homepage http://libgit2.github.com/ |
---|
18 | master_sites https://github.com/libgit2/libgit2/downloads |
---|
19 | distname ${name}-${version} |
---|
20 | |
---|
21 | checksums sha1 573fdd964fa2342a2e7205aaacf9880b5341ca13 \ |
---|
22 | rmd160 2cd8f01f920f51fbb2180b2b75d8e1f0d9eb4985 |
---|
23 | |
---|
24 | post-extract { |
---|
25 | file mkdir ${workpath}/build |
---|
26 | } |
---|
27 | |
---|
28 | configure.post_args ../${distname} |
---|
29 | configure.dir ${workpath}/build |
---|
30 | build.dir ${workpath}/build |
---|
31 | |
---|
32 | livecheck.url https://github.com/libgit2/libgit2/downloads |
---|
33 | livecheck.regex ${name}-(\\d+\\.\\d+(\\.\\d+)+) |
---|