app-misc/fetch: new package, add 2.0.0, 9999

Signed-off-by: Elouan Lesteven <elouan.lesteven@protonmail.com>
This commit is contained in:
Elouan Lesteven
2026-04-18 22:50:42 +02:00
parent 96ace55cf7
commit 94c30e8bb6
4 changed files with 68 additions and 0 deletions

1
app-misc/fetch/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST v2.0.0.tar.gz 4245141 BLAKE2B ea3aed2a9ddc50310aff1089e9fff2eff9e4a920b072c7da8470279e4909869d0fb64caa37a678857915b1b3f9e54f9afe8030e3d39e74c87f6a3239d9357294 SHA512 0bc565de83062272954866215e10e16e9447b8651bd66f98284068bd55b3d42be5b04d8c33cb1676e7d21a8390bd21594b6fe1c87daf596e056b6b31cb2ac22d

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>elouan.lesteven@protonmail.com</email>
<name>Elouan Lesteven</name>
<description>Primary maintainer</description>
</maintainer>
<upstream>
<remote-id type="github">areofyl/fetch</remote-id>
<bugs-to>https://github.com/areofyl/fetch/issues</bugs-to>
</upstream>
</pkgmetadata>