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/buck-yeh-bux | |
Diffstat (limited to 'vcpkg/ports/buck-yeh-bux')
| -rw-r--r-- | vcpkg/ports/buck-yeh-bux/portfile.cmake | 15 | ||||
| -rw-r--r-- | vcpkg/ports/buck-yeh-bux/vcpkg.json | 14 |
2 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/buck-yeh-bux/portfile.cmake b/vcpkg/ports/buck-yeh-bux/portfile.cmake new file mode 100644 index 0000000..fcca312 --- /dev/null +++ b/vcpkg/ports/buck-yeh-bux/portfile.cmake @@ -0,0 +1,15 @@ +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO buck-yeh/bux + REF "${VERSION}" + SHA512 6fdc80287a76edd72c95154120244a8f9964175628358111a24a1c42667463e5ca2ce4e7914b661b9bcbfad6100f87f1bf2fe007a02fc7fb8f74eede65b333f9 + HEAD_REF main +) + +vcpkg_cmake_configure( + SOURCE_PATH "${SOURCE_PATH}" +) + +vcpkg_cmake_install() +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") +file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/vcpkg/ports/buck-yeh-bux/vcpkg.json b/vcpkg/ports/buck-yeh-bux/vcpkg.json new file mode 100644 index 0000000..8adc201 --- /dev/null +++ b/vcpkg/ports/buck-yeh-bux/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "buck-yeh-bux", + "version": "1.12.4", + "description": "A supplemental C++ library with functionalities not directly supported from Modern C++ standard.", + "homepage": "https://github.com/buck-yeh/bux", + "license": "MIT", + "supports": "!(linux | uwp)", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |