ctypes-sh: enable struct support

This commit is contained in:
Faheem Pervez 2020-06-20 19:51:30 +01:00 committed by Leonid Pliushch
parent cb281d5c41
commit 79cc841782
1 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://github.com/taviso/ctypes.sh
TERMUX_PKG_DESCRIPTION="A foreign function interface for bash"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=1.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/taviso/ctypes.sh/releases/download/v${TERMUX_PKG_VERSION}/ctypes-sh-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f7c8276b556101c51838296560d152fdcd96b860254a38d216b92986f31f8297
TERMUX_PKG_DEPENDS="bash, libffi"
TERMUX_PKG_DEPENDS="bash, libelf, libdw, libffi, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {