mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
app-misc/fetch: new package, add 2.0.0, 9999
Signed-off-by: Elouan Lesteven <elouan.lesteven@protonmail.com>
This commit is contained in:
1
app-misc/fetch/Manifest
Normal file
1
app-misc/fetch/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST v2.0.0.tar.gz 4245141 BLAKE2B ea3aed2a9ddc50310aff1089e9fff2eff9e4a920b072c7da8470279e4909869d0fb64caa37a678857915b1b3f9e54f9afe8030e3d39e74c87f6a3239d9357294 SHA512 0bc565de83062272954866215e10e16e9447b8651bd66f98284068bd55b3d42be5b04d8c33cb1676e7d21a8390bd21594b6fe1c87daf596e056b6b31cb2ac22d
|
||||
27
app-misc/fetch/fetch-2.0.0.ebuild
Normal file
27
app-misc/fetch/fetch-2.0.0.ebuild
Normal 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
|
||||
}
|
||||
27
app-misc/fetch/fetch-9999.ebuild
Normal file
27
app-misc/fetch/fetch-9999.ebuild
Normal 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
|
||||
}
|
||||
13
app-misc/fetch/metadata.xml
Normal file
13
app-misc/fetch/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user