void-packages/srcpkgs/screenFetch/template

18 lines
473 B
Bash
Raw Normal View History

2014-12-18 15:26:45 +01:00
# Template file for 'screenFetch'
pkgname=screenFetch
2015-07-15 10:52:28 +02:00
version=3.7.0
revision=2
2014-12-18 15:26:45 +01:00
noarch=yes
depends="bash xdpyinfo"
2014-12-18 15:26:45 +01:00
short_desc="Bash screenshot information tool"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-3"
homepage="https://github.com/KittyKatt/screenFetch"
2015-07-15 10:52:28 +02:00
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=6711fe924833919d53c1dfbbb43f3777d33e20357a1b1536c4472f6a1b3c6be0
2014-12-18 15:26:45 +01:00
do_install() {
vbin screenfetch-dev screenfetch
vman screenfetch.1
}