blob: c0f99517d614c1f4ab8a83e772aeafe90be80b00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = phasefetch
pkgdesc = Calculates the current moon phase and writes corresponding art to a file, designed for use with FastFetch
pkgver = 1.0.3
pkgrel = 1
url = https://github.com/SteveMCWin/phasefetch
arch = any
license = MIT
depends = bash
depends = awk
depends = file
depends = coreutils
optdepends = imagemagick: tint PNG moon images with --color
optdepends = fastfetch: display moon phase in terminal fetch
source = phasefetch-1.0.3.tar.gz::https://github.com/SteveMCWin/phasefetch/archive/refs/tags/v1.0.3.tar.gz
sha256sums = 3fc46ea5c7cfe4c452fd3701d62ed438c00ac32e8f8acbe08ac7a3f0ba8d790f
pkgname = phasefetch
|