17 lines
473 B
Bash
17 lines
473 B
Bash
# Template file for 'screenFetch'
|
|
pkgname=screenFetch
|
|
version=3.9.1
|
|
revision=2
|
|
depends="bash bc xdpyinfo"
|
|
short_desc="Bash screenshot information tool"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/KittyKatt/screenFetch"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=aa97dcd2a8576ae18de6c16c19744aae1573a3da7541af4b98a91930a30a3178
|
|
|
|
do_install() {
|
|
vbin screenfetch-dev screenfetch
|
|
vman screenfetch.1
|
|
}
|