aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ansiweather/APKBUILD
blob: 11a43b5b5bef28ee47e34c977f26bc27964c3568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
"