Files
termux-packages/packages/fdupes/build.sh
termux-pacman-bot eba5739ff1 bump(main/fdupes): 2.3.2
This commit has been automatically submitted by Github Actions.
2024-07-15 06:41:08 +00:00

14 lines
509 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/adrianlopezroche/fdupes
TERMUX_PKG_DESCRIPTION="Duplicates file detector"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.3.2"
TERMUX_PKG_SRCURL=https://github.com/adrianlopezroche/fdupes/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=735f0a8f3076184ee1966c5671dac05df5a9ab40ac04dce374ccb9fe43560398
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libsqlite, ncurses, pcre2"
termux_step_pre_configure() {
autoreconf --install
}