libunibilium: force build without cmake

This commit is contained in:
Leonid Pliushch 2020-03-19 21:15:33 +02:00
parent c3cf6704db
commit 8e92243eaf

View File

@ -2,12 +2,17 @@ TERMUX_PKG_HOMEPAGE=https://github.com/neovim/unibilium
TERMUX_PKG_DESCRIPTION="Terminfo parsing library"
TERMUX_PKG_LICENSE="LGPL-3.0"
TERMUX_PKG_VERSION=2.1.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/neovim/unibilium/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=05bf97e357615e218126f7ac086e7056a23dc013cfac71643b50a18ad390c7d4
TERMUX_PKG_BREAKS="libunibilium-dev"
TERMUX_PKG_REPLACES="libunibilium-dev"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
rm -f CMakeLists.txt
}
termux_step_make() {
return
}