utf8cpp: use default CMakeLists.txt for install step

This commit is contained in:
Henrik Grimler 2020-07-25 06:59:53 +02:00
parent 5c55fdd385
commit a6cd2bfd1d
1 changed files with 2 additions and 10 deletions

View File

@ -2,15 +2,7 @@ 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_VERSION=3.1.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/nemtrif/utfcpp/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=fea3bfa39fb8bd7368077ea5e1e0db9a8951f7e6fb6d9400b00ab3d92b807c6d
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_configure() {
return 0;
}
termux_step_make_install(){
cp -r source/* $TERMUX_PREFIX/include/
}
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DUTF8_INSTALL=on -DUTF8_TESTS=off"