Skip to content

Commit

Permalink
JBossForge 1.0.2.Final
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
bric3 authored and adamv committed May 28, 2012
1 parent 3900c62 commit 8a965bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Library/Formula/jboss-forge.rb
@@ -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

0 comments on commit 8a965bd

Please sign in to comment.