aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/buck-yeh-bux/portfile.cmake
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/buck-yeh-bux/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/buck-yeh-bux/portfile.cmake')
-rw-r--r--vcpkg/ports/buck-yeh-bux/portfile.cmake15
1 files changed, 15 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)