Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
texwrapper 0.2.2
Browse files Browse the repository at this point in the history
Closes #14529.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Daniel Bauke authored and adamv committed Oct 3, 2012
1 parent bafbc50 commit da2f852
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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

0 comments on commit da2f852

Please sign in to comment.