aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/clap-cleveraudio
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/clap-cleveraudio
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/clap-cleveraudio')
-rw-r--r--vcpkg/ports/clap-cleveraudio/portfile.cmake20
-rw-r--r--vcpkg/ports/clap-cleveraudio/vcpkg.json17
2 files changed, 37 insertions, 0 deletions
diff --git a/vcpkg/ports/clap-cleveraudio/portfile.cmake b/vcpkg/ports/clap-cleveraudio/portfile.cmake
new file mode 100644
index 0000000..c0ddc3d
--- /dev/null
+++ b/vcpkg/ports/clap-cleveraudio/portfile.cmake
@@ -0,0 +1,20 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO free-audio/clap
+ REF "${VERSION}"
+ SHA512 4a532acf85b89f7da733bff88bdef58a273dc19c14b4bb9bf747717d8c2450351e506fefab388cd8a644d01237b1d39ef5adb355957b30d7851aeb6a2f648492
+ HEAD_REF main
+)
+
+vcpkg_cmake_configure(
+ SOURCE_PATH "${SOURCE_PATH}"
+)
+
+vcpkg_cmake_install()
+vcpkg_cmake_config_fixup(
+ CONFIG_PATH "lib/cmake/clap"
+)
+vcpkg_fixup_pkgconfig()
+
+file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
diff --git a/vcpkg/ports/clap-cleveraudio/vcpkg.json b/vcpkg/ports/clap-cleveraudio/vcpkg.json
new file mode 100644
index 0000000..9e5e2f1
--- /dev/null
+++ b/vcpkg/ports/clap-cleveraudio/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "clap-cleveraudio",
+ "version-semver": "1.2.3",
+ "description": "CLAP is an audio plugin ABI which defines a standard for Digital Audio Workstations and audio plugins to work together",
+ "homepage": "https://cleveraudio.org/",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}