termux-packages/packages/remind/build.sh
Leonid Pliushch b9d33aadd3 Revert "remind: update to 03.03.03"
This reverts commit 57f233af46ee7345c90578063cbdc7212f575219.

Source tarball SHA-256 differs for local and Github Actions build.
Delaying update.
2020-11-22 20:29:03 +02:00

14 lines
609 B
Bash

TERMUX_PKG_HOMEPAGE=https://dianne.skoll.ca/projects/remind/
TERMUX_PKG_DESCRIPTION="Sophisticated calendar and alarm program"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=1:03.03.01
TERMUX_PKG_SRCURL=https://dianne.skoll.ca/projects/remind/download/remind-${TERMUX_PKG_VERSION:2}.tar.gz
TERMUX_PKG_SHA256=d1a164d1c2d1e963d5f1f251457a8065cae12f36e3914cac1e54275180499478
TERMUX_PKG_DEPENDS="libandroid-glob"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_RM_AFTER_INSTALL="bin/tkremind share/man/man1/tkremind.1 bin/cm2rem.tcl share/man/man1/cm2rem.1"
termux_step_pre_configure() {
LDFLAGS+=" -landroid-glob"
}