From 7ed2525767f1e7c79f8439d3bc7092ecfaa4f581 Mon Sep 17 00:00:00 2001 From: Jens Frederich Date: Sat, 22 Oct 2016 23:21:19 +0200 Subject: [PATCH] copy README.md to save important notes, precise description Signed-off-by: Jens Frederich --- ports/think-cell-range/CONTROL | 2 +- ports/think-cell-range/portfile.cmake | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 , , 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)