diff options
| author | myd7349 <myd7349@gmail.com> | 2020-04-29 04:15:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 13:15:57 -0700 |
| commit | be2f81f9121e0213cd86351c5f98ec8976faa47c (patch) | |
| tree | 7e166dd9392ba6fbaea26c3fceb2541885b88764 /ports/uchardet/CONTROL | |
| parent | b9c3a2639261713bead562191c8295543a49a28b (diff) | |
| download | vcpkg-be2f81f9121e0213cd86351c5f98ec8976faa47c.tar.gz vcpkg-be2f81f9121e0213cd86351c5f98ec8976faa47c.zip | |
[uchardet] Add new port (#8477)
* [uchardet] Add new port
* [uchardet] Fix string no output variable error
[uchardet] Update homepage
* [uchardet] Fix tool build error on Windows
* [uchardet] Update
* [uchardet] Modernize
* [uchardet] Update to 2020-04-26
* [uchardet] Fix static build
* [uchardet] Fix UWP build
Diffstat (limited to 'ports/uchardet/CONTROL')
| -rw-r--r-- | ports/uchardet/CONTROL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/uchardet/CONTROL b/ports/uchardet/CONTROL new file mode 100644 index 000000000..587f25d68 --- /dev/null +++ b/ports/uchardet/CONTROL @@ -0,0 +1,8 @@ +Source: uchardet
+Version: 2020-04-26
+Description: An encoding detector library ported from Mozilla
+Homepage: https://cgit.freedesktop.org/uchardet/uchardet/
+
+Feature: tool
+Description: Build uchardet CLI tool
+Build-Depends: getopt
|
