From da2f8525095900df9bef5f93bcadbedf4b65a5ba Mon Sep 17 00:00:00 2001 From: Daniel Bauke Date: Wed, 29 Aug 2012 20:09:47 +0200 Subject: texwrapper 0.2.2 Closes #14529. Signed-off-by: Adam Vandenberg --- Library/Formula/texwrapper.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/texwrapper.rb (limited to 'Library') diff --git a/Library/Formula/texwrapper.rb b/Library/Formula/texwrapper.rb new file mode 100644 index 000000000..4e3a1cd60 --- /dev/null +++ b/Library/Formula/texwrapper.rb @@ -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 -- cgit v1.2.3