Skip to content

Commit

Permalink
new package: instfd
Browse files Browse the repository at this point in the history
FreeDOS installer for dosemu2.
  • Loading branch information
stsp authored and licy183 committed Jan 1, 2025
1 parent b95de11 commit 79484b4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tur/instfd/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
TERMUX_PKG_HOMEPAGE=https://github.com/dosemu2/install-freedos
TERMUX_PKG_DESCRIPTION="FreeDOS installed for dosemu2"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@stsp"
TERMUX_PKG_VERSION=0.3
TERMUX_PKG_SRCURL=https://github.com/dosemu2/install-freedos/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=aeade1ec86902df35e0926f802319b625de8fafac33fe834a286b3fe971a086f
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="python"
TERMUX_PKG_PYTHON_TARGET_DEPS="tqdm"

termux_step_make_install() {
make -C $TERMUX_PKG_SRCDIR install
}

0 comments on commit 79484b4

Please sign in to comment.