gegl: Update from 0.3.32 to 0.3.34
[termux-packages] / packages / gcal / build.sh
CommitLineData
74e2f470
FF
1TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/gcal/
2TERMUX_PKG_DESCRIPTION="Program for calculating and printing calendars"
636fdba8 3TERMUX_PKG_VERSION=4.1
ad4c7e09 4TERMUX_PKG_REVISION=2
636fdba8 5TERMUX_PKG_SHA256=91b56c40b93eee9bda27ec63e95a6316d848e3ee047b5880ed71e5e8e60f61ab
84abd54a 6TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gcal/gcal-${TERMUX_PKG_VERSION}.tar.xz
74e2f470 7TERMUX_PKG_DEPENDS="ncurses"
12ac8746 8TERMUX_PKG_KEEP_INFOPAGES=yes
ad4c7e09
FF
9
10termux_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}