aboutsummaryrefslogtreecommitdiff
path: root/ports/anyrpc/CONTROL
diff options
context:
space:
mode:
authorFalko Axmann <github@m.falkoa.de>2019-09-03 22:47:48 +0200
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2019-09-03 13:47:48 -0700
commit6171b912f9f33789be2439be85d2a142001e4ebb (patch)
treef56ef846df0f7ae7db59878457271b2864605633 /ports/anyrpc/CONTROL
parenta19151fff1d1201db6218d07ed5f8ece178ae80e (diff)
downloadvcpkg-6171b912f9f33789be2439be85d2a142001e4ebb.tar.gz
vcpkg-6171b912f9f33789be2439be85d2a142001e4ebb.zip
[anyrpc] Add new port (#7438)
* Add port anyrpc * Add port anyrpc Added missing `vcpkg_install_cmake()` * Add port anyrpc Added patch to detect endianness on ARM. * Add port anyrpc further tweaks to endianness detection.
Diffstat (limited to 'ports/anyrpc/CONTROL')
-rw-r--r--ports/anyrpc/CONTROL4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/anyrpc/CONTROL b/ports/anyrpc/CONTROL
new file mode 100644
index 000000000..a6ddb6890
--- /dev/null
+++ b/ports/anyrpc/CONTROL
@@ -0,0 +1,4 @@
+Source: anyrpc
+Version: 2017-12-01
+Homepage: https://github.com/sgieseking/anyrpc
+Description: A multiprotocol remote procedure call system for C++.