mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
be986237a5
* groovy-lang.org * without jansi * JAVA_HOME * cleanup * simpler install * cp not install --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
41 lines
1 KiB
YAML
41 lines
1 KiB
YAML
distributable:
|
|
url: https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-{{version}}.zip
|
|
versions:
|
|
url: https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/
|
|
match: /apache-groovy-binary-\d+\.\d+\.\d+\.zip/
|
|
strip:
|
|
- /^apache-groovy-binary-/
|
|
- /\.zip/
|
|
warnings:
|
|
- vendored
|
|
dependencies:
|
|
openjdk.org: '*'
|
|
runtime:
|
|
env:
|
|
GROOVY_HOME: "{{prefix}}"
|
|
build:
|
|
working-directory: groovy-{{version}}
|
|
script:
|
|
- rm bin/*.bat
|
|
- mkdir -p "{{prefix}}"
|
|
- cp -a bin conf lib "{{prefix}}"
|
|
provides:
|
|
- bin/grape
|
|
- bin/grape_completion
|
|
- bin/groovy
|
|
- bin/groovyc
|
|
- bin/groovyc_completion
|
|
- bin/groovy_completion
|
|
- bin/groovyConsole
|
|
- bin/groovyConsole_completion
|
|
- bin/groovydoc
|
|
- bin/groovydoc_completion
|
|
- bin/groovysh
|
|
- bin/groovysh_completion
|
|
- bin/java2groovy
|
|
- bin/startGroovy
|
|
test:
|
|
script:
|
|
- groovy --version | grep {{version}}
|
|
- grape install org.activiti activiti-engine 5.16.4 | grep "found org.activiti#activiti-engine;5.16.4"
|