Skip to content

Commit

Permalink
Added formula for filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
chendo committed Mar 6, 2012
1 parent d8c7ce4 commit edfff8c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Library/Formula/filepath.rb
@@ -0,0 +1,14 @@
require 'formula'

class Filepath < Formula
version '0.3'

This comment has been minimized.

Copy link
@adamv

adamv Mar 6, 2012

version is redundant with version scanned from url

url 'https://github.com/downloads/chendo/filepath/filepath-0.3.tar.gz'
homepage 'http://github.com/chendo/filepath'

This comment has been minimized.

Copy link
@adamv

adamv Mar 6, 2012

Homepage comes first

md5 'c842a3bdaa8746d19bb10dface26a360'

def install
system "xcodebuild"
(bin).install 'build/Release/filepath'

This comment has been minimized.

Copy link
@adamv

adamv Mar 6, 2012

Don't need parens around bin

end
end

0 comments on commit edfff8c

Please sign in to comment.