File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
native~/vcpkg/ports/asyncplusplus Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
2
+
3
+ vcpkg_from_github(
4
+ OUT_SOURCE_PATH SOURCE_PATH
5
+ REPO Amanieu/asyncplusplus
6
+ REF v1.2
7
+ SHA512 4b59ef805d4683631ef2ba51039deb210d9ba28b35021489560b0f2da6f75a68da8cb676807f9831047c997673556f69fdca0ae2081996274015e708fd6ff55e
8
+ HEAD_REF master
9
+ )
10
+
11
+ vcpkg_cmake_configure(
12
+ SOURCE_PATH "${SOURCE_PATH} "
13
+ )
14
+
15
+ vcpkg_cmake_install()
16
+
17
+ vcpkg_cmake_config_fixup(CONFIG_PATH cmake PACKAGE_NAME async++)
18
+
19
+ file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" "${CURRENT_PACKAGES_DIR} /debug/share" )
20
+
21
+ file (INSTALL "${SOURCE_PATH} /LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR} /share/${PORT} " RENAME copyright)
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " asyncplusplus" ,
3
+ "version" : " 1.2" ,
4
+ "description" : " Async++ is a lightweight concurrency framework for C++11" ,
5
+ "license" : " MIT" ,
6
+ "supports" : " !uwp" ,
7
+ "dependencies" : [
8
+ {
9
+ "name" : " vcpkg-cmake" ,
10
+ "host" : true
11
+ },
12
+ {
13
+ "name" : " vcpkg-cmake-config" ,
14
+ "host" : true
15
+ }
16
+ ]
17
+ }
You can’t perform that action at this time.
0 commit comments