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/xcb-util-m4 | |
Diffstat (limited to 'vcpkg/ports/xcb-util-m4')
| -rw-r--r-- | vcpkg/ports/xcb-util-m4/portfile.cmake | 15 | ||||
| -rw-r--r-- | vcpkg/ports/xcb-util-m4/vcpkg.json | 7 |
2 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/xcb-util-m4/portfile.cmake b/vcpkg/ports/xcb-util-m4/portfile.cmake new file mode 100644 index 0000000..f38f102 --- /dev/null +++ b/vcpkg/ports/xcb-util-m4/portfile.cmake @@ -0,0 +1,15 @@ +set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
+
+vcpkg_from_gitlab(
+ GITLAB_URL https://gitlab.freedesktop.org/xorg
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO util/xcb-util-m4
+ REF f662e3a93ebdec3d1c9374382dcc070093a42fed #v1.19.2
+ SHA512 29840da449a434f169437fd2cef78273e0cba00a7f76d48790c838dc8f40fe55cb0932d96b649e1bd066c6c5e257dd2d9d71c663ce100aa5ca25a2ccec1b7e77
+ HEAD_REF master
+)
+
+file(GLOB_RECURSE M4_FILES "${SOURCE_PATH}/*.m4")
+file(INSTALL ${M4_FILES} DESTINATION "${CURRENT_PACKAGES_DIR}/share/xorg/aclocal")
+file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/share/${PORT}")
+file(TOUCH "${CURRENT_PACKAGES_DIR}/share/xcb-util-m4/copyright")
diff --git a/vcpkg/ports/xcb-util-m4/vcpkg.json b/vcpkg/ports/xcb-util-m4/vcpkg.json new file mode 100644 index 0000000..e2d7d05 --- /dev/null +++ b/vcpkg/ports/xcb-util-m4/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "xcb-util-m4", + "version-date": "2022-01-24", + "description": "GNU autoconf macros shared across XCB projects", + "homepage": "https://gitlab.freedesktop.org/xorg/util/xcb-util-m4", + "license": null +} |