Skip to content

Commit b8693e7

Browse files
stsplicy183
authored andcommitted
thunk-gen: add run-time deps
They are, out of sudden, include autoconf and pkg-config. Yes, thunk-gen uses autoconf to generate thunks, not for build. Related: #1833
1 parent f3892a9 commit b8693e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tur/thunk-gen/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ TERMUX_PKG_DESCRIPTION="thunk generator for C and assembler"
33
TERMUX_PKG_LICENSE="GPL-3.0"
44
TERMUX_PKG_MAINTAINER="@stsp"
55
TERMUX_PKG_VERSION="1.6"
6+
TERMUX_PKG_REVISION=1
67
TERMUX_PKG_SRCURL=https://github.com/stsp/thunk_gen/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
78
TERMUX_PKG_SHA256=d9252429b9998d8ccc68eaafa3d6504d4a9f47dc8068a841c4084658d0f2c9cf
89
TERMUX_PKG_AUTO_UPDATE=true
910
TERMUX_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"
1014
TERMUX_PKG_HOSTBUILD=true
1115
TERMUX_PKG_NO_SHEBANG_FIX_FILES="
1216
opt/${TERMUX_PKG_NAME}/cross/libexec/thunk_gen/*

0 commit comments

Comments
 (0)