texwrapper 0.2.2
Closes Homebrew/homebrew#14529. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a5e83ea259
commit
202cb01bc2
1 changed files with 13 additions and 0 deletions
13
Formula/texwrapper.rb
Normal file
13
Formula/texwrapper.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Texwrapper < Formula
|
||||
homepage 'http://obrecht.fr/texwrapper/'
|
||||
url 'http://obrecht.fr/texwrapper/texwrapper.0.2.2.tar.gz'
|
||||
sha1 '692c157f6f8b6ea1fc8bc4720d287ab147690fcc'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install 'texwrapper'
|
||||
man1.install 'texwrapper.1'
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue