dasm: 2.20.11

This commit is contained in:
Vladislav Bauer 2019-05-26 20:20:33 +07:00 committed by Leonid Pliushch
parent 65dc9984cb
commit 79d7da7adc
1 changed files with 11 additions and 0 deletions

11
packages/dasm/build.sh Normal file
View File

@ -0,0 +1,11 @@
TERMUX_PKG_HOMEPAGE=https://dasm-dillon.sourceforge.io/
TERMUX_PKG_DESCRIPTION="Macro assembler with support for several 8-bit microprocessors"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=2.20.11
TERMUX_PKG_SHA256=a9330adae534aeffbfdb8b3ba838322b92e1e0bb24f24f05b0ffb0a656312f36
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/project/dasm-dillon/dasm-dillon/${TERMUX_PKG_VERSION}/dasm-${TERMUX_PKG_VERSION}-2014.03.04-source.tar.gz
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_make_install() {
cp $TERMUX_PKG_SRCDIR/bin/* $TERMUX_PREFIX/bin/
}