aboutsummaryrefslogtreecommitdiff
path: root/ports/gettimeofday/CONTROL
diff options
context:
space:
mode:
authorxoviat <xoviat@users.noreply.github.com>2017-10-27 00:08:00 -0500
committerRobert Schumacher <roschuma@microsoft.com>2017-10-26 22:08:00 -0700
commit29f62852bda546248a2f3c8cb0f8cbbc7d6acc9f (patch)
treee4f596d0dddc8f4bd01e70032e2ae0e07be4e3f9 /ports/gettimeofday/CONTROL
parent79ebd26605e0f621f848206000a5b1c7239d5f37 (diff)
downloadvcpkg-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/CONTROL3
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