18 lines
465 B
Text
18 lines
465 B
Text
|
# Template file for 'screenFetch'
|
||
|
pkgname=screenFetch
|
||
|
version=3.6.5
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
depends="bash"
|
||
|
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=b6605a94be9720a5e64778dcc43ddf23e435d6704c5d177b671aa57d34966f20
|
||
|
|
||
|
do_install() {
|
||
|
vbin screenfetch-dev screenfetch
|
||
|
vman screenfetch.1
|
||
|
}
|