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

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

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

