aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libuv.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Formula/libuv.rb b/Library/Formula/libuv.rb
index 93c7b2164..6f066455f 100644
--- a/Library/Formula/libuv.rb
+++ b/Library/Formula/libuv.rb
@@ -14,6 +14,15 @@ class Libuv < Formula
depends_on :libtool
end
+ devel do
+ url 'https://github.com/joyent/libuv/archive/v0.11.25.tar.gz'
+ sha1 '04ba0c1de5c26f3d065fcb1a4f18f6528b67294c'
+
+ depends_on :automake
+ depends_on :autoconf
+ depends_on :libtool
+ end
+
option :universal
def install