summaryrefslogtreecommitdiff
path: root/pkg/libintl/build.zig.zon
blob: a32e200981b5df4d49b6174f9372f6d27c67921b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.{
    .name = .libintl,
    .version = "0.24.0",
    .fingerprint = 0x16434c723ba7278a,
    .paths = .{""},
    .dependencies = .{
        .gettext = .{
            .url = "https://deps.files.ghostty.org/gettext-0.24.tar.gz",
            .hash = "N-V-__8AADcZkgn4cMhTUpIz6mShCKyqqB-NBtf_S2bHaTC-",
            .lazy = true,
        },

        .apple_sdk = .{ .path = "../apple-sdk" },
    },
}