vim: Update from 8.0.1650 to 8.0.1700
[termux-packages] / packages / gcal / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/gcal/
2 TERMUX_PKG_DESCRIPTION="Program for calculating and printing calendars"
3 TERMUX_PKG_VERSION=4.1
4 TERMUX_PKG_REVISION=2
5 TERMUX_PKG_SHA256=91b56c40b93eee9bda27ec63e95a6316d848e3ee047b5880ed71e5e8e60f61ab
6 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gcal/gcal-${TERMUX_PKG_VERSION}.tar.xz
7 TERMUX_PKG_DEPENDS="ncurses"
8 TERMUX_PKG_KEEP_INFOPAGES=yes
9
10 termux_step_post_make_install() {
11 # XXX: share/info/dir is currently included in emacs.
12 # We should probably make texinfo regenerate that file
13 # just as the man package does with the man database.
14 rm -f $TERMUX_PREFIX/share/info/dir
15 }