texwrapper: emigrating to homebrew/tex tap
Closes Homebrew/homebrew#39196. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
eea353ad2e
commit
d5f9aa8f0d
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
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