Skip to content

Instantly share code, notes, and snippets.

@guillaumealgis
Last active December 18, 2015 06:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guillaumealgis/5743554 to your computer and use it in GitHub Desktop.
Save guillaumealgis/5743554 to your computer and use it in GitHub Desktop.
fswatch brew formula.
# 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