From d8331da68e6ff1e247971ea86333a3ea9cad67a9 Mon Sep 17 00:00:00 2001 From: Michael Lapinsky Date: Fri, 29 Apr 2011 22:30:47 -0700 Subject: Added blueutil * Utility for querying and mutating bluetooth power and discoverability * state Signed-off-by: Adam Vandenberg --- Library/Formula/blueutil.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/blueutil.rb (limited to 'Library/Formula') diff --git a/Library/Formula/blueutil.rb b/Library/Formula/blueutil.rb new file mode 100644 index 000000000..49a443cab --- /dev/null +++ b/Library/Formula/blueutil.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Blueutil < Formula + head 'https://github.com/toy/blueutil.git' + homepage 'https://github.com/toy/blueutil' + + def install + # Set to build with SDK=macosx10.6, but it doesn't actually need 10.6 + system 'xcodebuild', 'SDKROOT=' + bin.install 'build/Release/blueutil' + end +end -- cgit v1.2.3