mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
12 lines
451 B
Makefile
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.6"
|
|
PKG_SHA256="6920a6a5d6a04b9a89b2a89af7132f8acefd46e0c2a7b190350539e9213816c0"
|
|
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"
|