vcpkg/ports/libgit2/CONTROL
Kevin Lu fd12965463
[libgit2] Add features pcre,pcre2 to choose regex backend (#10333)
* [libgit2] Add features to build against vcpkg pcre,pcre2

* version

* libgit2 will automatically link to 'system' zlib, which is inconsistent depending on if vcpkg zlib was installed or not. This rectifies this by always targeting vcpkg zlib
2020-03-11 09:16:42 -07:00

15 lines
349 B
Plaintext

Source: libgit2
Version: 0.99.0-1
Homepage: https://github.com/libgit2/libgit2
Build-Depends: zlib, openssl (!windows&&!uwp)
Description: Git linkable library
Supports: !uwp
Feature: pcre
Description: Build against external libpcre
Build-Depends: pcre
Feature: pcre2
Description: Build against external libpcre2
Build-Depends: pcre2