diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/aurora | |
Diffstat (limited to 'vcpkg/ports/aurora')
| -rw-r--r-- | vcpkg/ports/aurora/portfile.cmake | 10 | ||||
| -rw-r--r-- | vcpkg/ports/aurora/vcpkg.json | 7 |
2 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/aurora/portfile.cmake b/vcpkg/ports/aurora/portfile.cmake new file mode 100644 index 0000000..bce54c2 --- /dev/null +++ b/vcpkg/ports/aurora/portfile.cmake @@ -0,0 +1,10 @@ +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() diff --git a/vcpkg/ports/aurora/vcpkg.json b/vcpkg/ports/aurora/vcpkg.json new file mode 100644 index 0000000..7e89fcf --- /dev/null +++ b/vcpkg/ports/aurora/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "aurora", + "version": "2017-06-21-c75699d2a8caa726260c29b6d7a0fd35f8f28933", + "port-version": 2, + "description": "Aurora is an open-source C++ library providing various rather uncommon C++ utilities", + "homepage": "https://github.com/Bromeon/Aurora" +} |