jupp: Update from 3.1jupp30 to 3.1jupp31
[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.1jupp31
7 TERMUX_PKG_SHA256=1a50607b0417cf230f7b3609c091e71e8d8e91185a4a3897f7925cd3b44cceba
8 TERMUX_PKG_SRCURL=https://pub.allbsd.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 }