groovy: initial package

This commit is contained in:
Rudi Heitbaum 2023-12-13 12:45:16 +00:00
parent 8553c1b38a
commit d11f0ffd61

View File

@ -0,0 +1,12 @@
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="groovy"
PKG_VERSION="4.0.16"
PKG_SHA256="b8c3bec88a3f5a62235d9429a97e371032bf7216f3e28724823a9169dd10befc"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://groovy.apache.org"
PKG_URL="https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-${PKG_VERSION}.zip"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Apache Groovy is a Java-syntax-compatible object-oriented programming language for the Java platform."
PKG_TOOLCHAIN="manual"