Node.js official package

Installs Node.js from the official package as an alternative to the manual building that happens with vanilla homebrew.
This commit is contained in:
Jamie Hoover ⚔ 2013-10-29 18:34:26 -07:00
parent 8c32840f1e
commit 47b1181f67
1 changed files with 8 additions and 0 deletions

8
Casks/node.rb Normal file
View File

@ -0,0 +1,8 @@
class Node < Cask
url 'http://nodejs.org/dist/v0.10.21/node-v0.10.21.pkg'
homepage 'http://nodejs.org'
version '0.10.21'
sha1 'de2bd0e858f99098ef24f99f972b8088c1f0405c'
install 'node-v0.10.21.pkg'
uninstall :pkgutil => 'org.nodejs'
end