Sha256: 6a7bfc492b9018425b6048690138cb8421f75b68bbc04014babf3b47c33160e0
Contents?: true
Size: 287 Bytes
Versions: 4
Compression:
Stored size: 287 Bytes
Contents
git "/tmp/node_js" do repository "git://github.com/joyent/node.git" revision "627f379f2273341426ab3d5cb7eb4d5c148d500a" action :sync end script "compile & install node" do interpreter "bash" cwd "/tmp/node_js" code "./configure && make install" not_if "which node" end
Version data entries
4 entries across 4 versions & 1 rubygems