mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 13:16:45 +02:00
25 lines
690 B
Text
25 lines
690 B
Text
# Maintainer:
|
|
pkgname=ansiweather
|
|
pkgver=1.19.0
|
|
pkgrel=1
|
|
pkgdesc="Weather in terminal, with ANSI colors and Unicode symbols"
|
|
url="https://github.com/fcambus/ansiweather"
|
|
arch="noarch"
|
|
license="BSD-2-Clause"
|
|
depends="
|
|
bc
|
|
curl
|
|
jq
|
|
"
|
|
subpackages="$pkgname-doc"
|
|
source="https://github.com/fcambus/ansiweather/releases/download/$pkgver/ansiweather-$pkgver.tar.gz"
|
|
options="!check" # no tests
|
|
|
|
package() {
|
|
install -Dm755 ansiweather -t "$pkgdir"/usr/bin/
|
|
install -Dm644 ansiweather.1 -t "$pkgdir"/usr/share/man/man1/
|
|
}
|
|
|
|
sha512sums="
|
|
1dc521c904041a698fbb1a3a78f5a0b7d5bdc731258ab9cc384ee1a9f750c60723b0038288d7d98875672d167614f7bb8ca69ff1f7d38a28d52916afd5bda0a2 ansiweather-1.19.0.tar.gz
|
|
"
|