Files
termux-packages/packages/binutils-libs/binutils-bin.subpackage.sh
termux-pacman-bot b7c7a83aa8 binutils fix3 real
2025-04-07 06:42:58 +00:00

18 lines
506 B
Bash

TERMUX_SUBPKG_INCLUDE="
bin/as
bin/elfedit
bin/gprof
bin/ld.bfd
libexec/binutils/
share/info/as.info
share/info/binutils.info
share/info/gprof.info
share/info/ld.info
share/man/
"
TERMUX_SUBPKG_DESCRIPTION="Collection of binary tools, the main ones being ld, the GNU linker, and as, the GNU assembler"
TERMUX_SUBPKG_DEPEND_ON_PARENT=true # TODO: subpkg of specific needed?
TERMUX_SUBPKG_DEPENDS="libc++, zlib, zstd"
TERMUX_SUBPKG_BREAKS="binutils (<< 2.39-3)"
TERMUX_SUBPKG_REPLACES="binutils (<< 2.39-3)"