18 lines
479 B
Bash
18 lines
479 B
Bash
# Template file for 'screenFetch'
|
|
pkgname=screenFetch
|
|
version=3.8.0
|
|
revision=2
|
|
archs=noarch
|
|
depends="bash bc 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=248283ee3c24b0dbffb79ed685bdd518554073090c1c167d07ad2a729db26633
|
|
|
|
do_install() {
|
|
vbin screenfetch-dev screenfetch
|
|
vman screenfetch.1
|
|
}
|