New package: screenFetch-3.6.5.

This commit is contained in:
Eivind Uggedal 2014-12-18 14:26:45 +00:00
parent c780038bb5
commit df4b0a1f4b
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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
}