mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
app-misc/jdupes: Add ebuild for jdupes duplicate finder
Adds ebuild, metadata.xml, and Manifest files. Added to app-misc because fdupes is located there in the gentoo repo. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alex Holcomb <alex@alexsdigital.rodeo>
This commit is contained in:
1
app-misc/jdupes/Manifest
Normal file
1
app-misc/jdupes/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST v1.20.0.tar.gz 93809 BLAKE2B cce6ca06794ee3af9523e3c86550ff2b49a5f42a13278bd61c99099b4c2cab1a392bc973c44593acb23b7e8f99d4f23518f526244182a0d9d3b4084e80cc1015 SHA512 62bb78a902e77f0c9acce93c7c139fc2aaa5911aa85322a372dd0e6b375ee5c4992e91b821fa3f9eb407820657f57591303c9bc14a9fe453d9a4c5651caf05ff
|
||||
28
app-misc/jdupes/jdupes-1.20.0.ebuild
Normal file
28
app-misc/jdupes/jdupes-1.20.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
#inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Identify and manipulate duplicate files"
|
||||
HOMEPAGE="https://www.jodybruchon.com/software/#jdupes"
|
||||
SRC_URI="https://github.com/jbruchon/jdupes/archive/refs/tags/v1.20.0.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
#DOCS=( CHANGES CONTRIBUTORS README )
|
||||
src_configure() {
|
||||
# econf
|
||||
sed -in 's/local//' Makefile
|
||||
}
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
15
app-misc/jdupes/metadata.xml
Normal file
15
app-misc/jdupes/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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>
|
||||
<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>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user