From 05fdf4b07877b26ca84a2ed6349e15048c8ce914 Mon Sep 17 00:00:00 2001 From: Sebastian Staudt Date: Fri, 20 Apr 2012 18:56:36 +0200 Subject: [PATCH] New Formula: glm Closes Homebrew/homebrew#11781. Signed-off-by: Charlie Sharpsteen --- Formula/glm.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Formula/glm.rb diff --git a/Formula/glm.rb b/Formula/glm.rb new file mode 100644 index 0000000000..c22ff8adf2 --- /dev/null +++ b/Formula/glm.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Glm < Formula + homepage 'http://glm.g-truc.net/' + url 'https://github.com/Groovounet/glm/tarball/0.9.3.2' + sha1 '5000ad44ee5a80612d05781d43413119b6de0872' + head 'https://github.com/Groovounet/glm.git' + + def install + include.install 'glm' + end +end