mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
Closes: https://bugs.gentoo.org/807961 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
24 lines
745 B
XML
24 lines
745 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>alex@alexsdigital.rodeo</email>
|
|
<name>Alex Holcomb</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">jbruchon/jdupes</remote-id>
|
|
<bugs-to>https://github.com/jbruchon/jdupes/issues</bugs-to>
|
|
</upstream>
|
|
<longdescription>
|
|
jdupes is a program for finding and dealing with duplicate
|
|
files. It was forked from fdupes, and intends to accomplish the
|
|
same result while adding features and being noticeably faster.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="low-memory">
|
|
Build for low memory usage at the expense of speed and features
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|
|
|