diff options
| author | myd7349 <myd7349@gmail.com> | 2019-10-19 03:57:02 +0800 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-10-18 12:57:02 -0700 |
| commit | a548a646b6a6a9c998651031aa48a6c461dc2f59 (patch) | |
| tree | f9f5b4a10e800e2c323b0da4d2318040a1b13c69 | |
| parent | 764eed78d98085221402502c5fe07f9421e78afc (diff) | |
| download | vcpkg-a548a646b6a6a9c998651031aa48a6c461dc2f59.tar.gz vcpkg-a548a646b6a6a9c998651031aa48a6c461dc2f59.zip | |
[bfgroup-lyra] Add new port (#8612)
* [lyra] Add new port
* [bfgroup-lyra] Rename
| -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)
|
