From 06e44b96076cc6cf6300116595004dd68c250077 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 18 May 2014 15:46:44 -0700 Subject: [PATCH] aamath: modernize, document patch --- Formula/aamath.rb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Formula/aamath.rb b/Formula/aamath.rb index a7ea3735c3f92..219fef1f7db1b 100644 --- a/Formula/aamath.rb +++ b/Formula/aamath.rb @@ -1,10 +1,12 @@ -require 'formula' +require "formula" class Aamath < Formula - homepage 'http://fuse.superglue.se/aamath/' - url 'http://fuse.superglue.se/aamath/aamath-0.3.tar.gz' - sha1 'dc68abaf2131c73ddb1a520c95d65596e30f1b0a' + homepage "http://fuse.superglue.se/aamath/" + url "http://fuse.superglue.se/aamath/aamath-0.3.tar.gz" + sha1 "dc68abaf2131c73ddb1a520c95d65596e30f1b0a" + # Fix build on clang; patch by Homebrew team + # https://github.com/Homebrew/homebrew/issues/23872 patch :DATA def install