aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gettext/vcpkg.json
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/gettext/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/gettext/vcpkg.json')
-rw-r--r--vcpkg/ports/gettext/vcpkg.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/vcpkg/ports/gettext/vcpkg.json b/vcpkg/ports/gettext/vcpkg.json
new file mode 100644
index 0000000..522b2b2
--- /dev/null
+++ b/vcpkg/ports/gettext/vcpkg.json
@@ -0,0 +1,31 @@
+{
+ "name": "gettext",
+ "version": "0.22.5",
+ "port-version": 3,
+ "description": "A GNU framework to help produce multi-lingual messages.",
+ "homepage": "https://www.gnu.org/software/gettext/",
+ "license": "GPL-3.0-only",
+ "supports": "!xbox",
+ "dependencies": [
+ "gettext-libintl"
+ ],
+ "features": {
+ "nls": {
+ "description": "Enable native language support"
+ },
+ "runtime-tools": {
+ "description": "Build runtime tools for internationalization of scripts",
+ "supports": "!uwp",
+ "dependencies": [
+ "libiconv"
+ ]
+ },
+ "tools": {
+ "description": "Build gettext tools",
+ "supports": "!uwp",
+ "dependencies": [
+ "libiconv"
+ ]
+ }
+ }
+}