From f5022a8e612e89a3e97ec847ac7b1b201205ae60 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Thu, 5 May 2022 02:27:52 -0400 Subject: [PATCH] app-misc/ansiweather: new package Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian --- app-misc/ansiweather/Manifest | 1 + .../ansiweather/ansiweather-1.18.0.ebuild | 31 +++++++++++++++++++ app-misc/ansiweather/metadata.xml | 11 +++++++ 3 files changed, 43 insertions(+) create mode 100644 app-misc/ansiweather/Manifest create mode 100644 app-misc/ansiweather/ansiweather-1.18.0.ebuild create mode 100644 app-misc/ansiweather/metadata.xml diff --git a/app-misc/ansiweather/Manifest b/app-misc/ansiweather/Manifest new file mode 100644 index 0000000..9f53e34 --- /dev/null +++ b/app-misc/ansiweather/Manifest @@ -0,0 +1 @@ +DIST ansiweather-1.18.0.tar.gz 18444 SHA256 362393918b64083de466414ca3ada3e0236206b29bfb2624d4ad1284774e6a7a SHA512 020240728e762e5055bb01b3ed945ed46aba20a550571c6f80177c6980278bd4c45d199bb468bbc3cc1fbcfc95088c8c4314b88793586d1077cd25eb2297508f WHIRLPOOL 6c644e0d4e1f137c72e5c8e165f6272a95ab5548a413cda0962bc230c50c985462fb8778f959b23bafafdd24b5b1a4427451ce0faa70d0e086c205ddf1cf6cbf diff --git a/app-misc/ansiweather/ansiweather-1.18.0.ebuild b/app-misc/ansiweather/ansiweather-1.18.0.ebuild new file mode 100644 index 0000000..440e1c6 --- /dev/null +++ b/app-misc/ansiweather/ansiweather-1.18.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Weather in terminal, with ANSI colors and Unicode symbols" +HOMEPAGE="https://github.com/fcambus/ansiweather" +SRC_URI="https://github.com/fcambus/ansiweather/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND=" + app-misc/jq + sys-devel/bc +" +BDEPEND="" + +src_install() { + dobin "${PN}" + + doman "${PN}.1" + + einstalldocs + dodoc 'ansiweatherrc.example' + + insinto /usr/share/zsh/site-functions + newins ansiweather.plugin.zsh -ansiweather +} diff --git a/app-misc/ansiweather/metadata.xml b/app-misc/ansiweather/metadata.xml new file mode 100644 index 0000000..6607e5f --- /dev/null +++ b/app-misc/ansiweather/metadata.xml @@ -0,0 +1,11 @@ + + + + + chr@chymera.eu + Horea Christian + + + fcambus/ansiweather + +