New package: screenFetch-3.6.5.
This commit is contained in:
parent
c780038bb5
commit
df4b0a1f4b
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue