mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
d5d87c3262
This commit has been automatically submitted by Github Actions.
18 lines
779 B
Bash
18 lines
779 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/erofs/erofs-utils
|
|
TERMUX_PKG_DESCRIPTION="A github erofs-utils fork for community development"
|
|
TERMUX_PKG_LICENSE="GPL-2.0, Apache-2.0"
|
|
TERMUX_PKG_LICENSE_FILE="COPYING, LICENSES/GPL-2.0, LICENSES/Apache-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.8.2"
|
|
TERMUX_PKG_SRCURL=https://github.com/erofs/erofs-utils/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=64b6ff7e899f62480283cee63787f37f0f9c4be7a6bc7a23d734aaa873a6cff4
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
|
|
TERMUX_PKG_DEPENDS="liblz4, liblzma, libfuse2, libuuid"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--prefix=$TERMUX_PREFIX --enable-lzma --enable-fuse"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
./autogen.sh
|
|
}
|