From 94c30e8bb6378c7fd6b60b3eaf7d9f19ed4e255b Mon Sep 17 00:00:00 2001 From: Elouan Lesteven Date: Sat, 18 Apr 2026 22:50:42 +0200 Subject: [PATCH] app-misc/fetch: new package, add 2.0.0, 9999 Signed-off-by: Elouan Lesteven --- app-misc/fetch/Manifest | 1 + app-misc/fetch/fetch-2.0.0.ebuild | 27 +++++++++++++++++++++++++++ app-misc/fetch/fetch-9999.ebuild | 27 +++++++++++++++++++++++++++ app-misc/fetch/metadata.xml | 13 +++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 app-misc/fetch/Manifest create mode 100644 app-misc/fetch/fetch-2.0.0.ebuild create mode 100644 app-misc/fetch/fetch-9999.ebuild create mode 100644 app-misc/fetch/metadata.xml diff --git a/app-misc/fetch/Manifest b/app-misc/fetch/Manifest new file mode 100644 index 0000000000..bdb58d39a5 --- /dev/null +++ b/app-misc/fetch/Manifest @@ -0,0 +1 @@ +DIST v2.0.0.tar.gz 4245141 BLAKE2B ea3aed2a9ddc50310aff1089e9fff2eff9e4a920b072c7da8470279e4909869d0fb64caa37a678857915b1b3f9e54f9afe8030e3d39e74c87f6a3239d9357294 SHA512 0bc565de83062272954866215e10e16e9447b8651bd66f98284068bd55b3d42be5b04d8c33cb1676e7d21a8390bd21594b6fe1c87daf596e056b6b31cb2ac22d diff --git a/app-misc/fetch/fetch-2.0.0.ebuild b/app-misc/fetch/fetch-2.0.0.ebuild new file mode 100644 index 0000000000..f6239f343e --- /dev/null +++ b/app-misc/fetch/fetch-2.0.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A donut.c-inspired fetch tool that spins your distro logo in 3D." + +HOMEPAGE="https://github.com/areofyl/fetch" + +if [ ${PV} = 9999 ]; then + inherit git-r3 + EGIT_BRANCH="main" + EGIT_REPO_URI="https://github.com/areofyl/fetch.git" +else + KEYWORDS="~amd64" + SRC_URI="https://github.com/areofyl/fetch/archive/refs/tags/v${PV}.tar.gz" +fi + +LICENSE="ISC" + +SLOT="0" + +RDEPEND="sys-libs/glibc" + +src_install() { + emake PREFIX="" DESTDIR="${D}" install +} diff --git a/app-misc/fetch/fetch-9999.ebuild b/app-misc/fetch/fetch-9999.ebuild new file mode 100644 index 0000000000..f6239f343e --- /dev/null +++ b/app-misc/fetch/fetch-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A donut.c-inspired fetch tool that spins your distro logo in 3D." + +HOMEPAGE="https://github.com/areofyl/fetch" + +if [ ${PV} = 9999 ]; then + inherit git-r3 + EGIT_BRANCH="main" + EGIT_REPO_URI="https://github.com/areofyl/fetch.git" +else + KEYWORDS="~amd64" + SRC_URI="https://github.com/areofyl/fetch/archive/refs/tags/v${PV}.tar.gz" +fi + +LICENSE="ISC" + +SLOT="0" + +RDEPEND="sys-libs/glibc" + +src_install() { + emake PREFIX="" DESTDIR="${D}" install +} diff --git a/app-misc/fetch/metadata.xml b/app-misc/fetch/metadata.xml new file mode 100644 index 0000000000..80bb1cefeb --- /dev/null +++ b/app-misc/fetch/metadata.xml @@ -0,0 +1,13 @@ + + + + + elouan.lesteven@protonmail.com + Elouan Lesteven + Primary maintainer + + + areofyl/fetch + https://github.com/areofyl/fetch/issues + +