From 8553c1b38aab1f2f90144a0447747df9717ace6f Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Wed, 13 Dec 2023 12:44:53 +0000 Subject: [PATCH] commons-text: initial package --- packages/devel/commons-text/package.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/devel/commons-text/package.mk diff --git a/packages/devel/commons-text/package.mk b/packages/devel/commons-text/package.mk new file mode 100644 index 0000000000..c0277ca900 --- /dev/null +++ b/packages/devel/commons-text/package.mk @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0-only +# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv) + +PKG_NAME="commons-text" +PKG_VERSION="1.11.0" +PKG_SHA256="4169cb90571fb28fad4c5eea7c1c994c18f1995452f73e8ea7a86087c0e3822e" +PKG_LICENSE="Apache-2.0" +PKG_SITE="https://commons.apache.org/proper/commons-text/" +PKG_URL="https://dlcdn.apache.org/commons/text/binaries/commons-text-${PKG_VERSION}-bin.tar.gz" +PKG_DEPENDS_TARGET="toolchain" +PKG_LONGDESC="Apache Commons Text is a library focused on algorithms working on strings" +PKG_TOOLCHAIN="manual"