aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libid3tag
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/libid3tag
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libid3tag')
-rw-r--r--vcpkg/ports/libid3tag/portfile.cmake17
-rw-r--r--vcpkg/ports/libid3tag/vcpkg.json17
2 files changed, 34 insertions, 0 deletions
diff --git a/vcpkg/ports/libid3tag/portfile.cmake b/vcpkg/ports/libid3tag/portfile.cmake
new file mode 100644
index 0000000..33d7635
--- /dev/null
+++ b/vcpkg/ports/libid3tag/portfile.cmake
@@ -0,0 +1,17 @@
+vcpkg_download_distfile(
+ ARCHIVE URLS "https://codeberg.org/tenacityteam/libid3tag/archive/${VERSION}.tar.gz"
+ FILENAME "${VERSION}.tar.gz"
+ SHA512 d49bc637899e4251ed66b5b56aa4c910dcdecd6b03ed197866d74175fc4eadff40f40f336606b23e2505b0e11834c4212a1314feeeaa2c0e9713051fdb56cb45
+)
+
+vcpkg_extract_source_archive(SOURCE_PATH ARCHIVE "${ARCHIVE}")
+
+vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
+vcpkg_cmake_install()
+
+vcpkg_cmake_config_fixup(PACKAGE_NAME id3tag CONFIG_PATH lib/cmake/id3tag)
+vcpkg_fixup_pkgconfig()
+vcpkg_copy_pdbs()
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
diff --git a/vcpkg/ports/libid3tag/vcpkg.json b/vcpkg/ports/libid3tag/vcpkg.json
new file mode 100644
index 0000000..74b72dc
--- /dev/null
+++ b/vcpkg/ports/libid3tag/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "libid3tag",
+ "version": "0.16.3",
+ "description": "ID3 tag manipulation library",
+ "homepage": "https://codeberg.org/tenacityteam/libid3tag",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ]
+}