1
0
This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Lakka-rk322x/packages/devel/utfcpp/package.mk
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"