app-misc/fetch: update SRC_URI

Signed-off-by: Theron York <theron.york@cloudnuke.org>
This commit is contained in:
Theron York
2026-06-16 09:39:36 -05:00
parent f1b08880ef
commit 5e14e7073c
4 changed files with 21 additions and 24 deletions

View File

@@ -1 +1 @@
DIST v2.1.0.tar.gz 4246251 BLAKE2B dd626ec1548c69a32a8cb4e3d0d04d1b8b6a1f4ca409fe77cc685606b6887934543bfb66329ddb40a7e45d6b79677f26f2952bb435b992012c8f8619e6cddc5e SHA512 2e75df7fd0f9af2a5d030a2b905e26e926711badcc7a2b80056f4264b1d6530968ac522d219b216c95a469133c66408fed891524657f7a80fa86136a2f754fc3
DIST fetch-2.1.0.tar.gz 4246251 BLAKE2B dd626ec1548c69a32a8cb4e3d0d04d1b8b6a1f4ca409fe77cc685606b6887934543bfb66329ddb40a7e45d6b79677f26f2952bb435b992012c8f8619e6cddc5e SHA512 2e75df7fd0f9af2a5d030a2b905e26e926711badcc7a2b80056f4264b1d6530968ac522d219b216c95a469133c66408fed891524657f7a80fa86136a2f754fc3

View File

@@ -1,27 +1,21 @@
# Copyright 1999-2026 Gentoo Authors
# Copyright 1999-2025 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
SRC_URI="https://github.com/areofyl/fetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="sys-libs/glibc"
src_compile() {
emake
}
src_install() {
emake PREFIX="" DESTDIR="${D}" install
emake DESTDIR="${D}" PREFIX="/usr" install
einstalldocs
}

View File

@@ -1,27 +1,25 @@
# Copyright 1999-2026 Gentoo Authors
# Copyright 1999-2025 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
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_compile() {
emake
}
src_install() {
emake PREFIX="" DESTDIR="${D}" install
emake DESTDIR="${D}" PREFIX="/usr" install
einstalldocs
}

View File

@@ -6,6 +6,11 @@
<name>Elouan Lesteven</name>
<description>Primary maintainer</description>
</maintainer>
<maintainer type="person">
<email>theron.york@cloudnuke.org</email>
<name>Theron York</name>
<description>Comaintainer, ebuild fixes and improvements</description>
</maintainer>
<upstream>
<remote-id type="github">areofyl/fetch</remote-id>
<bugs-to>https://github.com/areofyl/fetch/issues</bugs-to>