authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-10 21:40:42 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-10 21:40:42 -07:00
log1376091153bc4d58122b5703bd6d3e4da6daeb49
tree77ba37603be35627e01b6c5c83a38d176a8033cc
parent62154e94f30c155dfb9c2ffea8445a1330ce7331

keep this commented out tempoarily, made ci take 11m just to clone

anyone who needs it can uncomment it when they need it

3 files changed, 9 insertions(+), 12 deletions(-)

build.zig+5-5
...@@ -17,11 +17,11 @@ pub fn build(b: *std.Build) void {...@@ -17,11 +17,11 @@ pub fn build(b: *std.Build) void {
17 lib.use_lld = !disable_llvm;17 lib.use_lld = !disable_llvm;
18 b.installArtifact(lib);18 b.installArtifact(lib);
1919
20 b.installDirectory(.{20 // b.installDirectory(.{
21 .source_dir = .{ .cwd_relative = deps.dirs._w3gat1zdicyt ++ "/icu4c/source/common/unicode" },21 // .source_dir = .{ .cwd_relative = deps.dirs._w3gat1zdicyt ++ "/icu4c/source/common/unicode" },
22 .install_dir = .header,22 // .install_dir = .header,
23 .install_subdir = "unicode",23 // .install_subdir = "unicode",
24 });24 // });
2525
26 const tests = b.addTest(.{26 const tests = b.addTest(.{
27 .root_source_file = b.path("test.zig"),27 .root_source_file = b.path("test.zig"),
licenses.txt-3
...@@ -2,6 +2,3 @@ MIT:...@@ -2,6 +2,3 @@ MIT:
2= https://spdx.org/licenses/MIT2= https://spdx.org/licenses/MIT
3- This3- This
4- git https://github.com/nektro/zig-unicode-ucd4- git https://github.com/nektro/zig-unicode-ucd
5
6Unspecified:
7- git https://github.com/unicode-org/icu
zigmod.yml+4-4
...@@ -6,7 +6,7 @@ description: An implementation of International Components for Unicode in only Z...@@ -6,7 +6,7 @@ description: An implementation of International Components for Unicode in only Z
6dependencies:6dependencies:
7 - src: git https://github.com/nektro/zig-unicode-ucd7 - src: git https://github.com/nektro/zig-unicode-ucd
88
9root_dependencies:9# root_dependencies:
10 - src: git https://github.com/unicode-org/icu10# - src: git https://github.com/unicode-org/icu
11 id: w3gat1zdicytwwvxn7rqgs0a9wgv7om530itr1t711# id: w3gat1zdicytwwvxn7rqgs0a9wgv7om530itr1t7
12 keep: true12# keep: true