unyaffs 0.9.6 (new formula)

Closes Homebrew/homebrew#40033.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
Alex Dunn 2015-05-23 17:14:32 -07:00 committed by Tim D. Smith
parent 6318389f6b
commit 9cb3c7a2a4

17
Formula/unyaffs.rb Normal file
View file

@ -0,0 +1,17 @@
class Unyaffs < Formula
homepage "https://github.com/ehlers/unyaffs"
url "https://github.com/ehlers/unyaffs/archive/0.9.6.tar.gz"
mirror "https://mirrors.kernel.org/debian/pool/main/u/unyaffs/unyaffs_0.9.6.orig.tar.gz"
sha256 "33c46419ab5cc5290f3b780f0cc9d93729962799f5eb7cecb9b352b85939fbbf"
head "https://github.com/ehlers/unyaffs.git"
def install
system "make"
bin.install "unyaffs"
end
test do
assert_match version.to_s, shell_output("#{bin}/unyaffs -V")
end
end