New Formula: glm
Closes Homebrew/homebrew#11781. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
7eb008bb68
commit
05fdf4b078
1 changed files with 12 additions and 0 deletions
12
Formula/glm.rb
Normal file
12
Formula/glm.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue