mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
groovy-lang.org (#2867)
* groovy-lang.org * without jansi * JAVA_HOME * cleanup * simpler install * cp not install --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
6c59b38f0e
commit
be986237a5
40
projects/groovy-lang.org/package.yml
Normal file
40
projects/groovy-lang.org/package.yml
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
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"
|
Loading…
Reference in a new issue