uni2ascii: add 4.18 bottle.

This commit is contained in:
BrewTestBot 2015-03-18 14:45:18 +00:00 committed by Tim D. Smith
parent dec73bb5e5
commit 1b0d7925e8

View file

@ -4,6 +4,13 @@ class Uni2ascii < Formula
url "http://billposer.org/Software/Downloads/uni2ascii-4.18.tar.gz"
sha256 "9e24bb6eb2ced0a2945e2dabed5e20c419229a8bf9281c3127fa5993bfa5930e"
bottle do
cellar :any
sha256 "0200efd85e37c8c6e2582f82ff8fbb050bba07d31a1bf3720837f5d30da6a54b" => :yosemite
sha256 "b58b9d744048c9e2cc81e75d46c94926d14b2c25a613a05cd0835882221ade7c" => :mavericks
sha256 "fe16b41d049b9dada88474ace55d1155b70afe7b679d323772743a86ec24cb64" => :mountain_lion
end
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
ENV["MKDIRPROG"]="mkdir -p"