probatron4j 0.7.4
Closes Homebrew/homebrew#29321. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1fbf44fbcf
commit
6704461bde
1 changed files with 12 additions and 0 deletions
12
Formula/probatron4j.rb
Normal file
12
Formula/probatron4j.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require "formula"
|
||||
|
||||
class Probatron4j < Formula
|
||||
homepage "http://www.probatron.org"
|
||||
url "https://probatron4j.googlecode.com/files/probatron4j-0.7.4.zip"
|
||||
sha1 "0970cd2bf23eb0aab98d6537cad89bc340b877d2"
|
||||
|
||||
def install
|
||||
libexec.install "probatron.jar", "notices"
|
||||
bin.write_jar_script libexec/"probatron.jar", "probatron"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue