diff options
| author | David Caldwell | 2014-01-13 02:09:11 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-13 10:47:17 +0000 |
| commit | cd040bf5b04cdadfae934f92d9366f0688a0ea66 (patch) | |
| tree | f8ec5f06b365edc0bc7fecfee93d53766c030d19 /Library/Formula | |
| parent | 1c044a32842096146c6fef04c7a7bcb1f9ee0098 (diff) | |
| download | homebrew-cd040bf5b04cdadfae934f92d9366f0688a0ea66.tar.bz2 | |
batik: add wrapper for ttf2svg.
Closes #25864.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/batik.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/batik.rb b/Library/Formula/batik.rb index e0497c548..08fece3f4 100644 --- a/Library/Formula/batik.rb +++ b/Library/Formula/batik.rb @@ -11,5 +11,6 @@ class Batik < Formula bin.write_jar_script libexec/'batik-rasterizer.jar', 'batik-rasterizer' bin.write_jar_script libexec/'batik.jar', 'batik' + bin.write_jar_script libexec/'batik-ttf2svg.jar', 'batik-ttf2svg' end end |
