File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,14 @@ TERMUX_PKG_DESCRIPTION="thunk generator for C and assembler"
33TERMUX_PKG_LICENSE=" GPL-3.0"
44TERMUX_PKG_MAINTAINER=" @stsp"
55TERMUX_PKG_VERSION=" 1.6"
6+ TERMUX_PKG_REVISION=1
67TERMUX_PKG_SRCURL=https://github.com/stsp/thunk_gen/archive/refs/tags/${TERMUX_PKG_VERSION} .tar.gz
78TERMUX_PKG_SHA256=d9252429b9998d8ccc68eaafa3d6504d4a9f47dc8068a841c4084658d0f2c9cf
89TERMUX_PKG_AUTO_UPDATE=true
910TERMUX_PKG_BUILD_DEPENDS=" flex, bison"
11+ # As strange as it may seem, this package uses autoconf and pkg-config
12+ # at run-time, not for build!
13+ TERMUX_PKG_DEPENDS=" bash, autoconf, pkg-config"
1014TERMUX_PKG_HOSTBUILD=true
1115TERMUX_PKG_NO_SHEBANG_FIX_FILES="
1216opt/${TERMUX_PKG_NAME} /cross/libexec/thunk_gen/*
You can’t perform that action at this time.
0 commit comments