Skip to content

Commit

Permalink
[mdns] added new port (microsoft#15142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisloge authored Dec 17, 2020
1 parent 43ed421 commit 4177474
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ports/mdns/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#header-only library

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mjansson/mdns
REF 1.1
SHA512 03e4682d87e9c1157bba04e04a3dfbb2ed7e25df31f00834fbc7bf4275e5c7f7406e590c8bdc386a4e6fbe6a5667f700e146d39758aa8ee0a47f735547cacd31
HEAD_REF master
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DMDNS_BUILD_EXAMPLE=OFF
)

vcpkg_install_cmake()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")

file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
6 changes: 6 additions & 0 deletions ports/mdns/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "mdns",
"version-string": "1.1",
"description": "Public domain mDNS/DNS-SD library in C",
"homepage": "https://github.com/mjansson/mdns"
}

0 comments on commit 4177474

Please sign in to comment.