37375312b9
In issue https://github.com/termux/termux-packages/issues/6160 I have found that community repo "its-pointless.github.io" specifies us as maintainer for its packages. This is NOT TRUE and potentially misleads people using these packages. Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral and not specify maintainer. So all packages now have to override it to the correct value. [skip ci] %ci:no-build
15 lines
623 B
Bash
15 lines
623 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_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1:03.03.03
|
|
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/remind-${TERMUX_PKG_VERSION:2}.tar.gz
|
|
TERMUX_PKG_SHA256=10f946fd5b5cd83e4ba435ca493d3ebff235a5808aef1f871010942e95ea8e02
|
|
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"
|
|
}
|