mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
575 B
Makefile
13 lines
575 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="groovy"
|
|
PKG_VERSION="4.0.27"
|
|
PKG_SHA256="bc917c8bb01b2832f124a7bd63a3c72ba5e83ef7f056650dfd9a2f7944960685"
|
|
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"
|