ledger and its dependancy utf8cpp (#976)
[termux-packages] / packages / utf8cpp / build.sh
1 TERMUX_PKG_HOMEPAGE=http://utfcpp.sourceforge.net/
2 TERMUX_PKG_DESCRIPTION="UTF8-CPP: UTF-8 with C++ in a Portable Way"
3 TERMUX_PKG_VERSION=2.3.4
4 TERMUX_PKG_SRCURL=http://pkgs.fedoraproject.org/repo/extras/utf8cpp/utf8_v2_3_4.zip/c5e9522fde3debcad5e8922d796b2bd0/utf8_v2_3_4.zip
5 TERMUX_PKG_SHA256=3373cebb25d88c662a2b960c4d585daf9ae7b396031ecd786e7bb31b15d010ef
6 TERMUX_PKG_FOLDERNAME="source"
7 TERMUX_PKG_BUILD_IN_SRC=yes
8 TERMUX_PKG_NO_DEVELSPLIT=yes
9 termux_step_configure() {
10 return 0;
11 }
12 termux_step_make() {
13 return 0;
14 }
15 termux_step_make_install(){
16 cp * -r $TERMUX_PREFIX/include
17 }