jupp: Update from 3.1jupp35 to 3.1jupp36
[termux-packages] / packages / jupp / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.mirbsd.org/jupp.htm
2 TERMUX_PKG_DESCRIPTION="User friendly full screen text editor"
3 TERMUX_PKG_MAINTAINER="Dominik George @Natureshadow"
4 TERMUX_PKG_DEPENDS="ncurses, libutil"
5 TERMUX_PKG_CONFLICTS="joe"
6 TERMUX_PKG_VERSION=3.1jupp36
7 TERMUX_PKG_SHA256=99df61b8644613144f4bcb9e6b8fc53a722c39521cdc7a0413c5a9146fd63e9f
8 TERMUX_PKG_SRCURL=https://www.mirbsd.org/MirOS/dist/jupp/joe-${TERMUX_PKG_VERSION}.tgz
9 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
10 --disable-dependency-tracking
11 --disable-getpwnam
12 --disable-termcap
13 --disable-termidx
14 --enable-sysconfjoesubdir=/jupp
15 "
16
17 termux_step_post_extract_package() {
18 chmod +x $TERMUX_PKG_SRCDIR/configure
19 }