aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratkawa7 <atkawa7@yahoo.com>2017-06-21 08:23:27 -0700
committeratkawa7 <atkawa7@yahoo.com>2017-06-21 08:23:27 -0700
commitdab6693550dcee29544058e72e108b540a4c08e3 (patch)
treead6f271687da357261acf216a2f5d8a1e875cb11
parent0cb1ec56b14c7906c48c28cc8f430cdd12386e44 (diff)
downloadvcpkg-dab6693550dcee29544058e72e108b540a4c08e3.tar.gz
vcpkg-dab6693550dcee29544058e72e108b540a4c08e3.zip
Added aurora as independant portfile
-rw-r--r--ports/aurora/CONTROL3
-rw-r--r--ports/aurora/portfile.cmake11
2 files changed, 14 insertions, 0 deletions
diff --git a/ports/aurora/CONTROL b/ports/aurora/CONTROL
new file mode 100644
index 000000000..172c019cd
--- /dev/null
+++ b/ports/aurora/CONTROL
@@ -0,0 +1,3 @@
+Source: aurora
+Version: 2017-06-21-c75699d2a8caa726260c29b6d7a0fd35f8f28933
+Description: Aurora is an open-source C++ library providing various rather uncommon C++ utilities
diff --git a/ports/aurora/portfile.cmake b/ports/aurora/portfile.cmake
new file mode 100644
index 000000000..32e3d804f
--- /dev/null
+++ b/ports/aurora/portfile.cmake
@@ -0,0 +1,11 @@
+include(vcpkg_common_functions)
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO Bromeon/Aurora
+ REF c75699d2a8caa726260c29b6d7a0fd35f8f28933
+ SHA512 862253e281eb441b773feb330d5ce4d7fe10769f516e927c0f875477ec912671fc35132a48986b2394f6d0a7160a5cb70afe868c597350c385ce23686b9613d6
+ HEAD_REF master
+)
+file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR})
+file(INSTALL ${SOURCE_PATH}/License.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/aurora RENAME copyright)
+vcpkg_copy_pdbs()