aboutsummaryrefslogtreecommitdiff
path: root/ports/sol
diff options
context:
space:
mode:
authorSztergbaum Roman <roman.sztergbaum@epitech.eu>2018-06-26 04:43:00 +0000
committerRobert Schumacher <roschuma@microsoft.com>2018-06-25 21:43:00 -0700
commitbb5303c6e11b13acb39e6c6dbdee1c10c62a761c (patch)
tree4f80d3fee4612066f808eb4550ddada9ee38abbb /ports/sol
parent1ab58d7315a0239366a7643aef4e1edd390990ba (diff)
downloadvcpkg-bb5303c6e11b13acb39e6c6dbdee1c10c62a761c.tar.gz
vcpkg-bb5303c6e11b13acb39e6c6dbdee1c10c62a761c.zip
[sol2] rename port sol to sol2 and fix the full port (#3766)
* [sol2] rename port sol to sol2 and fix the full port * [sol2] Simplification and cleanup. Don't remove upstream's include directory.
Diffstat (limited to 'ports/sol')
-rw-r--r--ports/sol/CONTROL3
-rw-r--r--ports/sol/portfile.cmake14
2 files changed, 0 insertions, 17 deletions
diff --git a/ports/sol/CONTROL b/ports/sol/CONTROL
deleted file mode 100644
index aa276b1f2..000000000
--- a/ports/sol/CONTROL
+++ /dev/null
@@ -1,3 +0,0 @@
-Source: sol
-Version: 2.20.0-1
-Description: Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great
diff --git a/ports/sol/portfile.cmake b/ports/sol/portfile.cmake
deleted file mode 100644
index 8e6516d9a..000000000
--- a/ports/sol/portfile.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-include(vcpkg_common_functions)
-
-vcpkg_from_github(
- OUT_SOURCE_PATH SOURCE_PATH
- REPO ThePhD/sol2
- REF f8ee7abe527a9e8414fc4965e5cbd0f8395fbeae
- SHA512 6bf090deb3b664e9585672b8f85275b76c53eddc7fe206ceec943522195bb726e976c946b59cc23863bc7e0feab36f4fe1a6a7a5dae3f9c2ec5c64060014afbf
- HEAD_REF develop
-)
-
-file(INSTALL ${SOURCE_PATH}/single/sol/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/)
-
-# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/sol RENAME copyright)