1
0
Fork 0

app-misc/ansiweather: new package

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-05-05 02:27:52 -04:00
parent 5dc5e14739
commit f5022a8e61
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST ansiweather-1.18.0.tar.gz 18444 SHA256 362393918b64083de466414ca3ada3e0236206b29bfb2624d4ad1284774e6a7a SHA512 020240728e762e5055bb01b3ed945ed46aba20a550571c6f80177c6980278bd4c45d199bb468bbc3cc1fbcfc95088c8c4314b88793586d1077cd25eb2297508f WHIRLPOOL 6c644e0d4e1f137c72e5c8e165f6272a95ab5548a413cda0962bc230c50c985462fb8778f959b23bafafdd24b5b1a4427451ce0faa70d0e086c205ddf1cf6cbf

View File

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

View File

@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>chr@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<upstream>
<remote-id type="github">fcambus/ansiweather</remote-id>
</upstream>
</pkgmetadata>