aboutsummaryrefslogtreecommitdiff
path: root/ports/sol
diff options
context:
space:
mode:
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)