aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libwebsockets.rb
diff options
context:
space:
mode:
authorDan Skorupski2014-01-10 23:55:28 +0000
committerMike McQuaid2014-01-10 23:56:03 +0000
commit75ed50eebeca655b3fc0423e3b3f36aa436022e0 (patch)
tree1ab44ba00d99dc59d9a8b2818a3cec891ffc27c4 /Library/Formula/libwebsockets.rb
parent89e0de1041b18e0066ccbc0a5ef669a3ff90df88 (diff)
downloadhomebrew-75ed50eebeca655b3fc0423e3b3f36aa436022e0.tar.bz2
libwebsockets: add HEAD, install pkgconfig file.
Closes #25802. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/libwebsockets.rb')
-rw-r--r--Library/Formula/libwebsockets.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libwebsockets.rb b/Library/Formula/libwebsockets.rb
index 5af7c99a0..9c3fbb24a 100644
--- a/Library/Formula/libwebsockets.rb
+++ b/Library/Formula/libwebsockets.rb
@@ -5,6 +5,7 @@ class Libwebsockets < Formula
url 'http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot/libwebsockets-1.23-chrome32-firefox24.tar.gz'
version '1.23'
sha1 '9dda683a342b16feb1cef183f89f9ed4474626f5'
+ head 'git://git.libwebsockets.org/libwebsockets'
depends_on 'cmake' => :build
@@ -15,6 +16,7 @@ class Libwebsockets < Formula
# The `make install` target doesn’t work (FFS) so here’s what I think
# should be installed:
lib.install 'lib/libwebsockets.dylib'
+ (lib+'pkgconfig').install 'libwebsockets.pc'
include.install 'lib/libwebsockets.h'
end
end