mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Use specific gyp revision
This commit is contained in:
parent
304d4f741e
commit
82af5e826c
@ -27,4 +27,4 @@ exit_unless_npm_exists
|
|||||||
exit_unless_brew_exists
|
exit_unless_brew_exists
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
brew install --HEAD tools/formulas/gyp.rb
|
brew install tools/formulas/gyp.rb
|
||||||
|
@ -4,6 +4,8 @@ require 'formula'
|
|||||||
|
|
||||||
class Gyp < Formula
|
class Gyp < Formula
|
||||||
homepage 'http://code.google.com/p/gyp/'
|
homepage 'http://code.google.com/p/gyp/'
|
||||||
|
url 'http://gyp.googlecode.com/svn/trunk', :revision => 1518
|
||||||
|
version '1518'
|
||||||
head 'http://gyp.googlecode.com/svn/trunk'
|
head 'http://gyp.googlecode.com/svn/trunk'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
Loading…
Reference in New Issue
Block a user