Skip to content

Commit

Permalink
git-crypt 0.4
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#34247.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
AGWA authored and MikeMcQuaid committed Nov 18, 2014
1 parent 6679660 commit 198a7df
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Formula/git-crypt.rb
@@ -1,16 +1,18 @@
require 'formula'

class GitCrypt < Formula
homepage 'http://www.agwa.name/projects/git-crypt/'
url 'https://github.com/AGWA/git-crypt/archive/0.3.tar.gz'
sha1 '7ee53e970d8fd085ad23463120b04b4d94a47ef0'
homepage 'https://www.agwa.name/projects/git-crypt/'
url 'https://www.agwa.name/projects/git-crypt/downloads/git-crypt-0.4.tar.gz'
sha1 '18cffadc905d69e221e6f2d4ec92b013413596f3'

depends_on "openssl"

def install
system "make"
bin.install "git-crypt"
end

test do
system "#{bin}/git-crypt"
system "#{bin}/git-crypt", "keygen", "keyfile"
end
end

0 comments on commit 198a7df

Please sign in to comment.