diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-06 23:28:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-06 23:28:41 +0100 |
commit | 91f19a3f41e80c4ab434a07636edb90912ef7556 (patch) | |
tree | 94510a6b3336b3129759452bf1811330e591c0c0 /app-misc | |
parent | 3d1ec36f5f52760f2431b79c71dd9b7aaefbc9ee (diff) |
gentoo auto-resync : 06:04:2023 - 23:28:41
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/Manifest.gz | bin | 49774 -> 49945 bytes | |||
-rw-r--r-- | app-misc/ansiweather/Manifest | 3 | ||||
-rw-r--r-- | app-misc/ansiweather/ansiweather-1.19.0.ebuild | 36 | ||||
-rw-r--r-- | app-misc/ansiweather/metadata.xml | 18 |
4 files changed, 57 insertions, 0 deletions
diff --git a/app-misc/Manifest.gz b/app-misc/Manifest.gz Binary files differindex 616eec16c24e..6923f691db74 100644 --- a/app-misc/Manifest.gz +++ b/app-misc/Manifest.gz diff --git a/app-misc/ansiweather/Manifest b/app-misc/ansiweather/Manifest new file mode 100644 index 000000000000..76a4d2dd30b4 --- /dev/null +++ b/app-misc/ansiweather/Manifest @@ -0,0 +1,3 @@ +DIST ansiweather-1.19.0.tar.gz 14232 BLAKE2B b32cf2f4706759f296d5bb725627593a2dc3311bbc957a33cdebf6f7c36245006c84099d7437ee06fb39e8122d8ed5e532bdeefeae2a4d35ae741c2ec81bc2f2 SHA512 1dc521c904041a698fbb1a3a78f5a0b7d5bdc731258ab9cc384ee1a9f750c60723b0038288d7d98875672d167614f7bb8ca69ff1f7d38a28d52916afd5bda0a2 +EBUILD ansiweather-1.19.0.ebuild 708 BLAKE2B aff6c4a7830aa8035e2e98e8118dee3873ca2a010b6de16efafc93bfb174e8492e36315310d54ec9bdb68f23d36a36b97f94f7c33d3114649421ffbc1bd313c6 SHA512 ef536942e071338f3d2e5ed4462252e97e4fba16a39440ad27fa767afa9a716e85696bedff530d41e17332082dd5a1f836bed7f02e8d68bd4cbeb9f14231ce32 +MISC metadata.xml 699 BLAKE2B e1957f6f9bd2d09bb102134ed39a6111418927bb18f7d952d997ba99bc0cf683de6b287849571d1748e1e64f8c3202eeb8b5be8a22d154590e686332a3b55574 SHA512 0ab7403f8424dd54f0cd3e28292dcde10814420112a784e671b7a16eaf796d0fcb559197728a955f9bc08cae70fab907f81099f468417f9f682870c166932b8a diff --git a/app-misc/ansiweather/ansiweather-1.19.0.ebuild b/app-misc/ansiweather/ansiweather-1.19.0.ebuild new file mode 100644 index 000000000000..f1703a0b844b --- /dev/null +++ b/app-misc/ansiweather/ansiweather-1.19.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 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/" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/fcambus/${PN}.git" +else + SRC_URI="https://github.com/fcambus/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="BSD-2" +SLOT="0" + +RDEPEND=" + app-misc/jq + sys-devel/bc + || ( net-misc/curl net-ftp/ftp net-misc/wget ) +" + +DOCS=( AUTHORS ChangeLog README.md ansiweatherrc.example ) + +src_install() { + exeinto /usr/bin + doexe ${PN} + + doman ${PN}.1 + + einstalldocs +} diff --git a/app-misc/ansiweather/metadata.xml b/app-misc/ansiweather/metadata.xml new file mode 100644 index 000000000000..be381fee57b7 --- /dev/null +++ b/app-misc/ansiweather/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="person"> + <email>xgqt@gentoo.org</email> + <name>Maciej Barć</name> + </maintainer> + <longdescription> + AnsiWeather is a Shell script for displaying the current weather conditions + in your terminal, with support for ANSI colors and Unicode symbols. + </longdescription> + <upstream> + <changelog>https://raw.githubusercontent.com/fcambus/ansiweather/master/ChangeLog</changelog> + <bugs-to>https://github.com/fcambus/ansiweather/issues</bugs-to> + <remote-id type="github">fcambus/ansiweather</remote-id> + </upstream> +</pkgmetadata> |