Last active
December 18, 2015 06:59
-
-
Save guillaumealgis/5743554 to your computer and use it in GitHub Desktop.
fswatch brew formula.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install with | |
# brew install -HEAD https://gist.github.com/guillaume-algis/5743554/raw | |
require 'formula' | |
class Fswatch < Formula | |
homepage 'https://github.com/alandipert/fswatch' | |
head 'https://github.com/alandipert/fswatch.git', :tag => 'r0.0.1' | |
version '0.0.1' | |
def install | |
system "make" | |
bin.install ['fswatch'] | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment