mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[mdns] added new port (#15142)
This commit is contained in:
parent
43ed42101d
commit
4177474d97
21
ports/mdns/portfile.cmake
Normal file
21
ports/mdns/portfile.cmake
Normal file
@ -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
ports/mdns/vcpkg.json
Normal file
6
ports/mdns/vcpkg.json
Normal file
@ -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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user