aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Frederich <jfrederich@gmail.com>2016-10-22 23:21:19 +0200
committerJens Frederich <jfrederich@gmail.com>2016-10-22 23:21:19 +0200
commit7ed2525767f1e7c79f8439d3bc7092ecfaa4f581 (patch)
tree208a7d28d351d1771065f89e9cc86068d489c6a8
parentff10906a4b1f08f813592699c5e2734cda252845 (diff)
downloadvcpkg-7ed2525767f1e7c79f8439d3bc7092ecfaa4f581.tar.gz
vcpkg-7ed2525767f1e7c79f8439d3bc7092ecfaa4f581.zip
copy README.md to save important notes, precise description
Signed-off-by: Jens Frederich <jfrederich@gmail.com>
-rw-r--r--ports/think-cell-range/CONTROL2
-rw-r--r--ports/think-cell-range/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/think-cell-range/CONTROL b/ports/think-cell-range/CONTROL
index 8c7ff0db9..0311dd1ae 100644
--- a/ports/think-cell-range/CONTROL
+++ b/ports/think-cell-range/CONTROL
@@ -1,5 +1,5 @@
Source: think-cell-range
Maintainer: jfrederich@gmail.com
Version: 61e184a
-Description: think-cell's range library (https://www.think-cell.com/en/career/talks/ranges/#1)
+Description: think-cell's range library <https://think-cell.com>, <https://github.com/think-cell/range>, <https://www.think-cell.com/en/career/talks/ranges/#1>
Build-Depends: boost
diff --git a/ports/think-cell-range/portfile.cmake b/ports/think-cell-range/portfile.cmake
index cc0614e4c..c5537546e 100644
--- a/ports/think-cell-range/portfile.cmake
+++ b/ports/think-cell-range/portfile.cmake
@@ -11,6 +11,7 @@ file(INSTALL ${SOURCE_PATH}/range DESTINATION ${CURRENT_PACKAGES_DIR}/include/th
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/think-cell-range)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/think-cell-range/COPYING ${CURRENT_PACKAGES_DIR}/share/think-cell-range/copyright)
+file(COPY ${SOURCE_PATH}/README.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/think-cell-range)
file(COPY ${SOURCE_PATH}/range/range.example.cpp DESTINATION ${CURRENT_PACKAGES_DIR}/share/think-cell-range)