texwrapper 0.2.2

Closes Homebrew/homebrew#14529.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Daniel Bauke 2012-08-29 20:09:47 +02:00 committed by Adam Vandenberg
parent a5e83ea259
commit 202cb01bc2

13
Formula/texwrapper.rb Normal file
View 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