# Compiling Time: 0 SBU
# Maintainer: Pingax <pingax@frugalware.fr>
# Contributor: PacMiam <PacMiam@gmx.fr>

pkgname=screenfetch
pkgver=3.9.1
pkgrel=1
pkgdesc="CLI Bash script to show system/theme info in screenshots"
depends=('bash' 'xdpyinfo' 'xprop')
groups=('xapps-extra')
archs=('x86_64')
_F_github_author="KittyKatt"
_F_github_tag_v="y"
Finclude github
_F_cd_path="screenFetch-${pkgver}"
sha1sums=('d5e1cedb93aa63e6a5d56b51b4c44975cb4cde28')

build() {
       Fcd
       Fmkdir usr/bin
       Fexerel $pkgname-dev usr/bin/$pkgname
       Fmanrel $pkgname.1
}


# optimization OK
