aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/at-spi2-atk/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/at-spi2-atk/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/at-spi2-atk/portfile.cmake')
-rw-r--r--vcpkg/ports/at-spi2-atk/portfile.cmake25
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/at-spi2-atk/portfile.cmake b/vcpkg/ports/at-spi2-atk/portfile.cmake
new file mode 100644
index 0000000..a097214
--- /dev/null
+++ b/vcpkg/ports/at-spi2-atk/portfile.cmake
@@ -0,0 +1,25 @@
+vcpkg_from_gitlab(
+ OUT_SOURCE_PATH SOURCE_PATH
+ GITLAB_URL https://gitlab.gnome.org
+ REPO GNOME/at-spi2-atk
+ REF AT_SPI2_ATK_2_38_0
+ SHA512 d065a22e46f5d9459e14bc81050795e8b60ba8d6650ec9edf90ec6c205e68eb4ea3cc01f096cf636b066439b85892f203bc7a1c9d41f8ca899f29777556aa6cd
+)
+
+vcpkg_configure_meson(
+ SOURCE_PATH "${SOURCE_PATH}"
+ OPTIONS
+ -Dtests=false
+)
+
+vcpkg_install_meson()
+
+vcpkg_copy_pdbs()
+
+vcpkg_fixup_pkgconfig()
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
+
+if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
+ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
+endif()