commit: 7e508b2675d51354d8facac6dd1c1899e9204442 Author: Mathieu Roberge <contact.techoraye <AT> techoraye <DOT> com> AuthorDate: Thu Dec 25 19:07:20 2025 +0000 Commit: Mathieu Roberge <contact.techoraye <AT> gmail <DOT> com> CommitDate: Thu Dec 25 19:07:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e508b26
EmptyGlobalAssignment: FIXED Signed-off-by: Mathieu Roberge <contact.techoraye <AT> techoraye.com> app-misc/metetch/metetch-0.5.4.ebuild | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/app-misc/metetch/metetch-0.5.4.ebuild b/app-misc/metetch/metetch-0.5.4.ebuild index e1ba2c9181..d46c7e47b1 100644 --- a/app-misc/metetch/metetch-0.5.4.ebuild +++ b/app-misc/metetch/metetch-0.5.4.ebuild @@ -6,38 +6,21 @@ EAPI=8 inherit cmake DESCRIPTION="Fast system information display utility with modular customizable features" -HOMEPAGE="https://github.com/techoraye/metetch" -SRC_URI="https://github.com/techoraye/metetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/Techoraye/metetch" +SRC_URI="https://github.com/Techoraye/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="" -RDEPEND=" - sys-libs/ncurses:= +DEPEND=" net-misc/curl + sys-libs/ncurses:= " -DEPEND="${RDEPEND} - sys-libs/glibc -" -BDEPEND=" - virtual/pkgconfig -" - -S="${WORKDIR}/${PN}-${PV}" - -src_configure() { - local mycmakeargs=( - -DCMAKE_BUILD_TYPE=Release - ) - cmake_src_configure -} +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" src_install() { cmake_src_install - - # Install license einstalldocs - newdoc LICENSE LICENSE.MIT -} +} \ No newline at end of file
