binutils-is-llvm: Stop providing binutils

as some packages really require GNU Binutils.
This commit is contained in:
Tee KOBAYASHI 2022-11-12 17:58:53 +09:00 committed by xtkoba
parent 7a283e3e16
commit d96bc109df
1 changed files with 1 additions and 2 deletions

View File

@ -4,10 +4,9 @@ TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
# The version number is different from the original one.
TERMUX_PKG_VERSION=0.3
TERMUX_PKG_REVISION=1
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_DEPENDS="lld, llvm"
TERMUX_PKG_PROVIDES="binutils"
TERMUX_PKG_REPLACES="binutils"
TERMUX_PKG_CONFLICTS="binutils"
termux_step_make_install() {