pkg:setup args = [ "--with-tcl-private-stubs=1", "--json", "--disable-fusefs", ] if MacOS.sdk_path_if_needed args << "--with-tcl=#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework" else args << "--with-tcl-stubs" end pkg:configure *args make bin.install "fossil"