blob: 476e15d44b35edc67462058f6b1aaf092226d2dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=configure prepare
DEPEND=dev-libs/libpcre2:=[pcre32] ncurses? ( sys-libs/ncurses:= ) sqlite? ( dev-db/sqlite:3 )
DESCRIPTION=Identify/delete duplicate files residing within specified directories
EAPI=8
HOMEPAGE=https://github.com/adrianlopezroche/fdupes
IUSE=+ncurses sqlite
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos
LICENSE=MIT
RDEPEND=dev-libs/libpcre2:=[pcre32] ncurses? ( sys-libs/ncurses:= ) sqlite? ( dev-db/sqlite:3 )
SLOT=0
SRC_URI=https://github.com/adrianlopezroche/fdupes/releases/download/v2.3.2/fdupes-2.3.2.tar.gz
_md5_=448536c2f3f573c4298e2a960d97ed04
|