diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/forest/CONTROL | 4 | ||||
| -rw-r--r-- | ports/forest/portfile.cmake | 13 |
2 files changed, 0 insertions, 17 deletions
diff --git a/ports/forest/CONTROL b/ports/forest/CONTROL deleted file mode 100644 index 1cab9d2d0..000000000 --- a/ports/forest/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: forest -Version: 12.1.0 -Homepage: https://github.com/xorz57/forest -Description: Template Library of Tree Data Structures in C++17 diff --git a/ports/forest/portfile.cmake b/ports/forest/portfile.cmake deleted file mode 100644 index db352b985..000000000 --- a/ports/forest/portfile.cmake +++ /dev/null @@ -1,13 +0,0 @@ -vcpkg_from_github( - OUT_SOURCE_PATH SOURCE_PATH - REPO xorz57/forest - REF 32b7f643370356b21b7ca70ee306ab1a0ad67704 # 12.1.0 - SHA512 0598e067acd02d7c882105119db3f3d89ff4001d18faf125effe650478cbd4b436b297238b929cf48f1c6cc108e618859777a640719637e2086c1c1186ab30e0 - HEAD_REF master -) - -# Handle headers -file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR} FILES_MATCHING PATTERN "*.hpp") - -# Handle copyright -file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/forest RENAME copyright) |
