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