commit: 16d1b36029454926f138c02f5921cbe7de749bbb Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Fri Mar 8 15:33:55 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Fri Mar 8 15:34:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16d1b360
app-misc/godedupe: new package, add 1.5.1 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> app-misc/godedupe/Manifest | 1 + app-misc/godedupe/godedupe-1.5.1.ebuild | 22 ++++++++++++++++++++++ app-misc/godedupe/metadata.xml | 11 +++++++++++ 3 files changed, 34 insertions(+) diff --git a/app-misc/godedupe/Manifest b/app-misc/godedupe/Manifest new file mode 100644 index 0000000000..e666a37291 --- /dev/null +++ b/app-misc/godedupe/Manifest @@ -0,0 +1 @@ +DIST godedupe-1.5.1.tar.gz 9577 BLAKE2B 17bcbbc6500a8979acf48ec5a16fddc8253cf9719c5e8f5d81346962079fdab6e488607198bf134927e9a05ed57744ea4f09e75a430148ac985ae538b60c4a65 SHA512 5ac2acd05dfcf35e76dc73b3080184a3781b2175010afe05f3c40cc7b75bb3ff08cf2883258a1185ca7bf67d7815d5eb0736648cf1ccbe2abf525793b288d8d4 diff --git a/app-misc/godedupe/godedupe-1.5.1.ebuild b/app-misc/godedupe/godedupe-1.5.1.ebuild new file mode 100644 index 0000000000..86e80e5d55 --- /dev/null +++ b/app-misc/godedupe/godedupe-1.5.1.ebuild @@ -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 +} diff --git a/app-misc/godedupe/metadata.xml b/app-misc/godedupe/metadata.xml new file mode 100644 index 0000000000..6a4fa5bcf8 --- /dev/null +++ b/app-misc/godedupe/metadata.xml @@ -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>[email protected]</email> + <name>David Roman</name> + </maintainer> + <upstream> + <remote-id type="github">ospg/godedupe</remote-id> + </upstream> +</pkgmetadata>
