mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-10 12:53:27 +00:00
new package: rdfind
This commit is contained in:
12
packages/rdfind/build.sh
Normal file
12
packages/rdfind/build.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/pauldreik/rdfind
|
||||
TERMUX_PKG_DESCRIPTION="A tool for finding duplicate files"
|
||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=1.5.0
|
||||
TERMUX_PKG_SRCURL=https://github.com/pauldreik/rdfind/archive/refs/tags/releases/${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=5abf0095aef194f0174614f9a339f0f0f0eb89a27e27ccd5c2aa76b411894f08
|
||||
TERMUX_PKG_DEPENDS="libc++, libnettle"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
Reference in New Issue
Block a user