app-misc/godedupe: new package, add 1.5.1

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-03-08 16:33:55 +01:00
parent 205ddb549c
commit 16d1b36029
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST godedupe-1.5.1.tar.gz 9577 BLAKE2B 17bcbbc6500a8979acf48ec5a16fddc8253cf9719c5e8f5d81346962079fdab6e488607198bf134927e9a05ed57744ea4f09e75a430148ac985ae538b60c4a65 SHA512 5ac2acd05dfcf35e76dc73b3080184a3781b2175010afe05f3c40cc7b75bb3ff08cf2883258a1185ca7bf67d7815d5eb0736648cf1ccbe2abf525793b288d8d4

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
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>davidroman96@gmail.com</email>
<name>David Roman</name>
</maintainer>
<upstream>
<remote-id type="github">ospg/godedupe</remote-id>
</upstream>
</pkgmetadata>