mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 04:10:52 +00:00
10 lines
485 B
Bash
10 lines
485 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/nemtrif/utfcpp
|
|
TERMUX_PKG_DESCRIPTION="UTF8-CPP: UTF-8 with C++ in a Portable Way"
|
|
TERMUX_PKG_LICENSE="BSD"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="4.09"
|
|
TERMUX_PKG_SRCURL=https://github.com/nemtrif/utfcpp/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=0902218f606e942ccc10724df8a988fc993c12da4b3adeace28a7f0211970e08
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DUTF8_INSTALL=on -DUTF8_TESTS=off"
|