apache-opennlp 1.5.3
Closes Homebrew/homebrew#26359. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
101c7516d8
commit
61a1f2c961
1 changed files with 14 additions and 0 deletions
14
Formula/apache-opennlp.rb
Normal file
14
Formula/apache-opennlp.rb
Normal 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
|
Loading…
Reference in a new issue