mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-21 18:17:10 +01:00
[EasyCL] New GitHub Repository (#7387)
* Add EasyCL GitHub Repository * Update CONTROL
This commit is contained in:
parent
aeecc01fbd
commit
8255ef3521
5
ports/easycl/CONTROL
Normal file
5
ports/easycl/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
Source: easycl
|
||||
Version: 0.3
|
||||
Homepage: https://github.com/architector1324/EasyCL
|
||||
Build-Depends: opencl
|
||||
Description: OpenCL based lightweight c++ computing library
|
15
ports/easycl/portfile.cmake
Normal file
15
ports/easycl/portfile.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO architector1324/EasyCL
|
||||
REF 0.3
|
||||
SHA512 c0e9aa03c9039e9ffe4794ccc4e85654f8267924e577cf96fd8d5e141fab9e8f6dc4668ee4475d6df3ba77572e52a181493acd3dfdb0abf7bd83b7e3d4d08a29
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
# Handle headers
|
||||
file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR} FILES_MATCHING PATTERN "*.hpp")
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/easycl RENAME copyright)
|
Loading…
x
Reference in New Issue
Block a user