0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-12-15 05:09:55 +00:00
Rudi Heitbaum 08dcfd7503 utfcpp: initial package
required by taglib-2.0
2024-01-25 10:21:49 +00:00

12 lines
451 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="utfcpp"
PKG_VERSION="4.0.4"
PKG_SHA256="7c8a403d0c575d52473c8644cd9eb46c6ba028d2549bc3e0cdc2d45f5cfd78a0"
PKG_LICENSE="BSL"
PKG_SITE="https://github.com/nemtrif/utfcpp"
PKG_URL="https://github.com/nemtrif/utfcpp/archive/refs/tags/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="UTF-8 with C++ in a Portable Way"