app-misc/godedupe: add 1.5.2

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman 2024-10-09 12:55:53 +02:00
parent 425ff04616
commit 91abe5719e
No known key found for this signature in database
GPG Key ID: FFAD0D85E1A0C8D7
2 changed files with 23 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST godedupe-1.5.1.tar.gz 9577 BLAKE2B 17bcbbc6500a8979acf48ec5a16fddc8253cf9719c5e8f5d81346962079fdab6e488607198bf134927e9a05ed57744ea4f09e75a430148ac985ae538b60c4a65 SHA512 5ac2acd05dfcf35e76dc73b3080184a3781b2175010afe05f3c40cc7b75bb3ff08cf2883258a1185ca7bf67d7815d5eb0736648cf1ccbe2abf525793b288d8d4
DIST godedupe-1.5.2.tar.gz 9671 BLAKE2B 99cf64385c751dd347b259f8975b23fd0f2ea69fd0727df58ec9a3e09dd2535a9b9566b7ced3fbfe00cd5008aa0ba3599e4e9d82435735bd0719c2ed171bd704 SHA512 21f0be417d04dc1249381862be0ee51283b472114034accdb5806861c392e9c2adb92ddfd3d76196937d9a902c6493ea3047a4302ed1cee6ecdfa468e8e2d715

View File

@ -0,0 +1,22 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Improved and modern fdupes alternative"
HOMEPAGE="https://github.com/OSPG/godedupe"
SRC_URI="https://github.com/OSPG/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_compile() {
ego build
}
src_install() {
dobin godedupe
}