apache-opennlp 1.5.3

Closes Homebrew/homebrew#26359.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
David Meikle 2014-02-02 23:36:29 +00:00 committed by Adam Vandenberg
parent 101c7516d8
commit 61a1f2c961

14
Formula/apache-opennlp.rb Normal file
View file

@ -0,0 +1,14 @@
require "formula"
class ApacheOpennlp < Formula
homepage "http://opennlp.apache.org/"
url "http://apache.mirrors.timporter.net//opennlp/opennlp-1.5.3/apache-opennlp-1.5.3-bin.tar.gz"
sha1 "e14b41a4f1f1ae7fd12713bbdd8452b367bfdc9e"
def install
prefix.install_metafiles
libexec.install Dir['*']
bin.write_exec_script libexec/'bin/opennlp'
end
end