diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/visionmedia-watch.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/visionmedia-watch.rb b/Library/Formula/visionmedia-watch.rb new file mode 100644 index 000000000..755ab3dd9 --- /dev/null +++ b/Library/Formula/visionmedia-watch.rb @@ -0,0 +1,13 @@ +require 'formula' + +class VisionmediaWatch < Formula + homepage 'https://github.com/visionmedia/watch' + url 'https://github.com/visionmedia/watch/archive/0.2.1.tar.gz' + head 'https://github.com/visionmedia/watch.git' + sha1 '752006185eadb34a0ec3bdbea259c27359d886d0' + + def install + bin.mkdir + system "make", "PREFIX=#{prefix}", "install" + end +end |
