0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-26 01:05:12 +00:00
Files
termux-packages/packages/calcurse/build.sh
Fredrik Fornwall de33bc015b revbump(main/{calcurse,dbus-python,profanity,python-lameenc,weechat})
Revbump some python packages after python 3.12 (#18078).
2024-10-06 19:50:49 +02:00

15 lines
582 B
Bash

TERMUX_PKG_HOMEPAGE=https://calcurse.org/
TERMUX_PKG_DESCRIPTION="calcurse is a calendar and scheduling application for the command line"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=4.8.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://calcurse.org/files/calcurse-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=d86bb37014fd69b8d83ccb904ac979c6b8ddf59ee3dbc80f5a274525e4d5830a
TERMUX_PKG_DEPENDS="libandroid-support, ncurses"
TERMUX_PKG_RECOMMENDS="calcurse-caldav"
termux_step_pre_configure() {
export ac_cv_lib_pthread_pthread_create=yes
}