diff --git a/packages/8086tiny/8086tiny.sh b/packages/8086tiny/8086tiny.sh index 779081e71..9d4a7cce6 100755 --- a/packages/8086tiny/8086tiny.sh +++ b/packages/8086tiny/8086tiny.sh @@ -71,6 +71,7 @@ if [ -z "$FD_IMAGE" ]; then FD_IMAGE="@TERMUX_PREFIX@/share/8086tiny/dos.img" fi +clear trap cleanup INT TERM stty cbreak raw -echo min 0 diff --git a/packages/8086tiny/build.sh b/packages/8086tiny/build.sh index e6589d1d8..411b01fed 100644 --- a/packages/8086tiny/build.sh +++ b/packages/8086tiny/build.sh @@ -2,9 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://github.com/adriancable/8086tiny TERMUX_PKG_DESCRIPTION="A PC XT-compatible emulator/virtual machine" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_VERSION=1.25 +TERMUX_PKG_REVISION=1 # Version tag is unavailable. TERMUX_PKG_SRCURL=https://github.com/adriancable/8086tiny/archive/c79ca2a34d96931d55ef724c815b289d0767ae3a.tar.gz TERMUX_PKG_SHA256=ede246503a745274430fdee77ba639bc133a2beea9f161bff3f7132a03544bf6 +TERMUX_PKG_DEPENDS="bash, coreutils, ncurses" TERMUX_PKG_BUILD_IN_SRC=true termux_step_pre_configure() {