aamath: modernize, document patch
This commit is contained in:
parent
8d9b728bb2
commit
06e44b9607
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue