mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Installs Node.js from the official package as an alternative to the manual building that happens with vanilla homebrew.
8 lines
249 B
Ruby
8 lines
249 B
Ruby
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
|