termux-packages/packages/fdupes/build.sh
Butta 7685610163 fdupes: update from 2.1.1 to 2.1.2
imagemagick: update from 7.0.10.26 to 7.0.10.27

k2pdfopt: update from 2.51 to 2.52

knockd: update from 0.7 to 0.8.1

kubectl: update from 1.18.6 to 1.18.7

leptonica: update from 1.79.0 to 1.80.0

libcap: update from 2.40 to 2.42
2020-08-13 15:12:19 +05:30

12 lines
436 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/adrianlopezroche/fdupes
TERMUX_PKG_DESCRIPTION="Duplicates file detector"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_VERSION=2.1.2
TERMUX_PKG_SRCURL=https://github.com/adrianlopezroche/fdupes/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=47536dad3f628b49420d60be55417238e537902a7461e19f199092ab8b24e8f1
TERMUX_PKG_DEPENDS="ncurses, pcre2"
termux_step_pre_configure() {
autoreconf --install
}