scripts/setup-ubuntu.sh: Huh. We only have Python 3.5 here.
[termux-packages] / packages / calcurse / build.sh
1 TERMUX_PKG_HOMEPAGE=http://calcurse.org/
2 TERMUX_PKG_DESCRIPTION="calcurse is a calendar and scheduling application for the command line"
3 TERMUX_PKG_VERSION=4.3.0
4 TERMUX_PKG_SHA256=31ecc3dc09e1e561502b4c94f965ed6b167c03e9418438c4a7ad5bad2c785f9a
5 TERMUX_PKG_SRCURL=http://calcurse.org/files/calcurse-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_DEPENDS="libandroid-support, ncurses"
7
8 termux_step_pre_configure() {
9 export ac_cv_lib_pthread_pthread_create=yes
10 }