JBossForge 1.0.2.Final

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Brice Dutheil 2012-02-23 21:07:24 +01:00 committed by Adam Vandenberg
parent 458b99fedf
commit c739cb8e67
1 changed files with 14 additions and 0 deletions

14
Formula/jboss-forge.rb Normal file
View File

@ -0,0 +1,14 @@
require 'formula'
class JbossForge < Formula
homepage 'http://jboss.org/forge'
url 'https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=1.0.2.Final&e=zip'
version '1.0.2.Final'
md5 '0853bc6c152d29975a01bfe0f5576bdb'
def install
rm_f Dir["bin/*.bat"]
libexec.install %w{ bin modules jboss-modules.jar }
bin.install_symlink libexec/'bin/forge'
end
end