From d0f48601e3424d2bedd6158c6acd019bbee2fb90 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 12 Sep 2013 10:27:09 +0100 Subject: fswatch 0.0.1 (new formula) Closes #13110. --- Library/Formula/fswatch.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/fswatch.rb (limited to 'Library') diff --git a/Library/Formula/fswatch.rb b/Library/Formula/fswatch.rb new file mode 100644 index 000000000..bb964ec06 --- /dev/null +++ b/Library/Formula/fswatch.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Fswatch < Formula + homepage 'https://github.com/alandipert/fswatch' + url 'https://codeload.github.com/alandipert/fswatch/tar.gz/r0.0.1' + sha1 'e24397925de76a9d0805331c387b6517bc18b0ed' + version '0.0.1' + + def install + system 'make' + bin.install 'fswatch' + end + + test do + system "fswatch 2>&1| grep 'You must specify a directory to watch'" + end +end -- cgit v1.2.3