Sha256: 4fbdc3e2c7b6ed1c9f7082b861044c60b399f0167a179b6cf6cb73fac908e2d8
Contents?: true
Size: 295 Bytes
Versions: 5
Compression:
Stored size: 295 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
5 entries across 5 versions & 1 rubygems