File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,7 @@ optimality, and clarity.
88* Clear - precisely communicate your intent
99 to the compiler and other programmers. The language imposes a
1010 low overhead to reading code.
11+
12+ (This modified package installs in a different prefix than usual:
13+ ${PREFIX}/zig-${PKGVERSION_NOREV} which might be something like:
14+ /usr/pkg/zig-0.14.0)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ APPEND_VER= ${DISTNAME:S/zig-//:S/.//g:S/-//}
2323# # e.g. "zig-isolated0140" or "zig-isolated0140dev3462+edabcf619". Both
2424# # should be able to be installed at the same time.
2525PKGNAME = ${DISTNAME:S/zig-/zig-isolated${APPEND_VER}-/}
26- # PKGREVISION= 1
26+ PKGREVISION = 1
2727CATEGORIES = lang
2828# # https://ziglang.org/builds/ is the official
2929MASTER_SITES = https://ziglang.org/builds/
You can’t perform that action at this time.
0 commit comments