2 # Contributor: Federico Cinelli <cinelli@aur.archlinux.org>
7 pkgdesc="CLI Bash script to show system/theme info in screenshots"
9 url="https://github.com/KittyKatt/screenFetch"
11 depends=('bash' 'bc' 'xorg-xdpyinfo' 'xorg-xprop')
13 optdepends=('scrot: to take screenshot')
14 source=("git+https://github.com/KittyKatt/screenFetch.git#tag=v$pkgver")
19 install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
20 install -Dm644 "screenfetch.1" "$pkgdir/usr/share/man/man1/screenfetch.1"