Skip to content

Instantly share code, notes, and snippets.

@scsibug
Created October 27, 2010 04:43
Show Gist options
  • Save scsibug/648453 to your computer and use it in GitHub Desktop.
Save scsibug/648453 to your computer and use it in GitHub Desktop.
Homebrew formula for fermata
require 'formula'
class Fermata < Formula
url 'http://ghsoftware.s3.amazonaws.com/fermata-0.6.tar.gz'
version '0.6'
homepage 'http://github.com/scsibug/fermata'
def install
bin.install 'fermata' # shell script, runs java -jar fermata.war
bin.install 'fermata.war' # executable jar/war
prefix.install Dir['*']
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment