diff options
| -rw-r--r-- | ports/bfgroup-lyra/CONTROL | 4 | ||||
| -rw-r--r-- | ports/bfgroup-lyra/portfile.cmake | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/ports/bfgroup-lyra/CONTROL b/ports/bfgroup-lyra/CONTROL new file mode 100644 index 000000000..c96f5ea08 --- /dev/null +++ b/ports/bfgroup-lyra/CONTROL @@ -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
diff --git a/ports/bfgroup-lyra/portfile.cmake b/ports/bfgroup-lyra/portfile.cmake new file mode 100644 index 000000000..deeddbb35 --- /dev/null +++ b/ports/bfgroup-lyra/portfile.cmake @@ -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)
|
