mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
app-misc/godedupe: add 1.5.2
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
parent
425ff04616
commit
91abe5719e
@ -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
|
||||
|
22
app-misc/godedupe/godedupe-1.5.2.ebuild
Normal file
22
app-misc/godedupe/godedupe-1.5.2.ebuild
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user