vp-build/srcpkgs/screenFetch/template

18 lines
474 B
Bash

# Template file for 'screenFetch'
pkgname=screenFetch
version=3.7.0
revision=5
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/v${version}.tar.gz"
checksum=6711fe924833919d53c1dfbbb43f3777d33e20357a1b1536c4472f6a1b3c6be0
do_install() {
vbin screenfetch-dev screenfetch
vman screenfetch.1
}