anttweakbar: fix version + style nit-picks
This commit is contained in:
parent
63b276fe88
commit
71f149a24f
1 changed files with 5 additions and 2 deletions
|
@ -1,12 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Anttweakbar < Formula
|
||||
url 'http://www.antisphere.com/Tools/AntTweakBar/AntTweakBar_114.zip'
|
||||
homepage 'http://www.antisphere.com/Wiki/tools:anttweakbar'
|
||||
url 'http://www.antisphere.com/Tools/AntTweakBar/AntTweakBar_114.zip'
|
||||
version '1.14'
|
||||
md5 '2cb5f2fb7b3089f91521f4c14b726f8f'
|
||||
|
||||
def install
|
||||
system 'cd src; make -f Makefile.osx'
|
||||
cd 'src' do
|
||||
system 'make -f Makefile.osx'
|
||||
end
|
||||
lib.install 'lib/libAntTweakBar.dylib'
|
||||
include.install 'include/AntTweakBar.h'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue