Files
termux-packages/packages/utf8cpp/build.sh
termux-pacman-bot 341a809dcc bump(main/utf8cpp): 4.0.3
This commit has been automatically submitted by Github Actions.
2023-12-04 00:45:03 +00:00

10 lines
476 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.0.3"
TERMUX_PKG_SRCURL=https://github.com/nemtrif/utfcpp/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=05e7d023b2bf606777442efc49038e0efce317596582db15adf5c776e237a326
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DUTF8_INSTALL=on -DUTF8_TESTS=off"