archrelease: copy trunk to community-any
[ArchLinux/community.git] / screenfetch / repos / community-any / PKGBUILD
blob1509138f5b07b5e930c33d12da4cb2a6712e3820
1 # Maintainer:
2 # Contributor: Federico Cinelli <cinelli@aur.archlinux.org>
4 pkgname=screenfetch
5 pkgver=3.9.1
6 pkgrel=1
7 pkgdesc="CLI Bash script to show system/theme info in screenshots"
8 arch=('any')
9 url="https://github.com/KittyKatt/screenFetch"
10 license=('GPL')
11 depends=('bash' 'bc' 'xorg-xdpyinfo' 'xorg-xprop')
12 makedepends=('git')
13 optdepends=('scrot: to take screenshot')
14 source=("git+https://github.com/KittyKatt/screenFetch.git#tag=v$pkgver")
15 md5sums=('SKIP')
17 package() {
18         cd screenFetch
19         install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
20         install -Dm644 "screenfetch.1" "$pkgdir/usr/share/man/man1/screenfetch.1"