Browse Source

8086tiny: clear screen before running + specify package dependencies

build-on-device
Leonid Plyushch 5 years ago
parent
commit
16981eb282
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      packages/8086tiny/8086tiny.sh
  2. 2
      packages/8086tiny/build.sh

1
packages/8086tiny/8086tiny.sh

@ -71,6 +71,7 @@ if [ -z "$FD_IMAGE" ]; then
FD_IMAGE="@TERMUX_PREFIX@/share/8086tiny/dos.img" FD_IMAGE="@TERMUX_PREFIX@/share/8086tiny/dos.img"
fi fi
clear
trap cleanup INT TERM trap cleanup INT TERM
stty cbreak raw -echo min 0 stty cbreak raw -echo min 0

2
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_DESCRIPTION="A PC XT-compatible emulator/virtual machine"
TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=1.25 TERMUX_PKG_VERSION=1.25
TERMUX_PKG_REVISION=1
# Version tag is unavailable. # Version tag is unavailable.
TERMUX_PKG_SRCURL=https://github.com/adriancable/8086tiny/archive/c79ca2a34d96931d55ef724c815b289d0767ae3a.tar.gz TERMUX_PKG_SRCURL=https://github.com/adriancable/8086tiny/archive/c79ca2a34d96931d55ef724c815b289d0767ae3a.tar.gz
TERMUX_PKG_SHA256=ede246503a745274430fdee77ba639bc133a2beea9f161bff3f7132a03544bf6 TERMUX_PKG_SHA256=ede246503a745274430fdee77ba639bc133a2beea9f161bff3f7132a03544bf6
TERMUX_PKG_DEPENDS="bash, coreutils, ncurses"
TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() { termux_step_pre_configure() {

Loading…
Cancel
Save