mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 15:53:07 +08:00
[bfgroup-lyra] Add new port (#8612)
* [lyra] Add new port * [bfgroup-lyra] Rename
This commit is contained in:
parent
764eed78d9
commit
a548a646b6
4
ports/bfgroup-lyra/CONTROL
Normal file
4
ports/bfgroup-lyra/CONTROL
Normal file
@ -0,0 +1,4 @@
|
||||
Source: bfgroup-lyra
|
||||
Version: 1.1
|
||||
Homepage: https://bfgroup.github.io/Lyra/
|
||||
Description: A simple to use, composable, command line parser for C++ 11 and beyond
|
11
ports/bfgroup-lyra/portfile.cmake
Normal file
11
ports/bfgroup-lyra/portfile.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO bfgroup/Lyra
|
||||
REF 1.1
|
||||
SHA512 afb1f97a3c72697a8739019e132758db270a9271b4be8f7e593f43155761550606d63795c657c586fb885bb61d78ad0fe1517537b8338c5e05ba74be5a8dc208
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/include/lyra DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
|
||||
configure_file(${SOURCE_PATH}/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
Loading…
Reference in New Issue
Block a user