0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-07 20:10:04 +00:00
Twaik Yont 94055050e4 chore(main/tinyfugue): force disable auto updates [no ci]
This is needed to avoid auto-updater script warnings.
2023-10-03 20:40:34 +03:00

24 lines
826 B
Bash

TERMUX_PKG_HOMEPAGE=https://tinyfugue.sourceforge.net/
TERMUX_PKG_DESCRIPTION="Flexible, screen-oriented MUD client, for use with any type of MUD"
# License: GPL-2.0-or-later
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=5.0b8
TERMUX_PKG_REVISION=2
_COMMIT=854c76f33a4eda6cd64e0b7dc3e07e5de8bbfada
TERMUX_PKG_SRCURL=https://github.com/Longlius/tinyfugue/archive/${_COMMIT}.zip
TERMUX_PKG_SHA256=59579de448b7e892a2b4dbfa7a7db7859382a90ec2bd77ce50c515358253461d
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_DEPENDS="ncurses, openssl, pcre, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--enable-termcap=ncurses
--disable-mailcheck
"
termux_step_pre_configure() {
# CFLAGS are passed utilities built for host, but GCC
# can't understand "-Oz".
CFLAGS="${CFLAGS/-Oz/-Os}"
}