quex: style update
This commit is contained in:
parent
b035ae28cd
commit
e8fa304174
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Quex < Formula
|
||||
url 'http://downloads.sourceforge.net/project/quex/DOWNLOAD/quex-0.60.2.tar.gz'
|
||||
homepage 'http://quex.org/'
|
||||
url 'http://downloads.sourceforge.net/project/quex/DOWNLOAD/quex-0.60.2.tar.gz'
|
||||
md5 '836b724616020db2e661e4758b265239'
|
||||
|
||||
def install
|
||||
libexec.install ['demo', 'quex', 'quex-exe.py']
|
||||
libexec.install 'demo', 'quex', 'quex-exe.py'
|
||||
|
||||
# Use a shim script to set QUEX_PATH on the user's behalf
|
||||
bin.mkpath
|
||||
|
|
Loading…
Reference in a new issue