diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/maven.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/maven.rb b/Library/Formula/maven.rb new file mode 100644 index 000000000..7f20db224 --- /dev/null +++ b/Library/Formula/maven.rb @@ -0,0 +1,12 @@ +require 'brewkit' + +class Maven <Formula + @url='http://apache.mirrors.timporter.net/maven/binaries/apache-maven-2.2.1-bin.tar.gz' + @version="2.2.1" + @homepage='http://maven.apache.org/' + @md5='3f829ed854cbacdaca8f809e4954c916' + + def install + prefix.install %w[bin conf boot lib] + end +end |
