diff options
| author | xoviat <xoviat@users.noreply.github.com> | 2017-10-27 00:08:00 -0500 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-10-26 22:08:00 -0700 |
| commit | 29f62852bda546248a2f3c8cb0f8cbbc7d6acc9f (patch) | |
| tree | e4f596d0dddc8f4bd01e70032e2ae0e07be4e3f9 /ports/gettimeofday/CONTROL | |
| parent | 79ebd26605e0f621f848206000a5b1c7239d5f37 (diff) | |
| download | vcpkg-29f62852bda546248a2f3c8cb0f8cbbc7d6acc9f.tar.gz vcpkg-29f62852bda546248a2f3c8cb0f8cbbc7d6acc9f.zip | |
New port: MIT gettimeofday implementation (#2063)
* [gettimeofday] create CONTROL
* [gettimeofday] add source file
* [gettimeofday] add header
* [gettimeofday] create portfile
* [gettimeofday] add cmakelists.txt
* [gettimeofday/portfile] require static
* [gettimeofday/portfile] set source path
* [gettimeofday] create license
* [gettimeofday] remove duplicate headers
Diffstat (limited to 'ports/gettimeofday/CONTROL')
| -rw-r--r-- | ports/gettimeofday/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/gettimeofday/CONTROL b/ports/gettimeofday/CONTROL new file mode 100644 index 000000000..2ec81c8a0 --- /dev/null +++ b/ports/gettimeofday/CONTROL @@ -0,0 +1,3 @@ +Source: gettimeofday +Version: 2017-10-14-1 +Description: An implementation of gettimeofday for WIN32 |
