17 lines
473 B
Bash
17 lines
473 B
Bash
# Template file for 'screenFetch'
|
|
pkgname=screenFetch
|
|
version=3.7.0
|
|
revision=2
|
|
noarch=yes
|
|
depends="bash xdpyinfo"
|
|
short_desc="Bash screenshot information tool"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/KittyKatt/screenFetch"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=6711fe924833919d53c1dfbbb43f3777d33e20357a1b1536c4472f6a1b3c6be0
|
|
|
|
do_install() {
|
|
vbin screenfetch-dev screenfetch
|
|
vman screenfetch.1
|
|
}
|