Skip to content

Commit

Permalink
git-lfs 0.5.0 (new formula)
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#38465.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
MikeMcQuaid committed Apr 8, 2015
1 parent 43ee45f commit a7581d8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Formula/git-lfs.rb
@@ -0,0 +1,17 @@
class GitLfs < Formula
homepage "https://github.com/github/git-lfs"
url "https://github.com/github/git-lfs/archive/v0.5.0.tar.gz"
sha256 "70f17a594d51d1b92d2354a729f00546e9c1b2c93ff3b752e185c650c5442d06"

depends_on "go" => :build

def install
system "./script/bootstrap"
bin.install "bin/git-lfs"
end

test do
system "git", "lfs", "track", "test"
assert_match(/^test filter=lfs/, File.read(".gitattributes"))
end
end

0 comments on commit a7581d8

Please sign in to comment.