New package: neofetch-1.5

This commit is contained in:
Muhammad Herdiansyah 2016-03-13 14:46:43 +07:00
parent ca15805912
commit 4d81896bb9

17
srcpkgs/neofetch/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'neofetch'
pkgname=neofetch
version=1.5
revision=1
noarch=yes
build_style=gnu-makefile
depends="bash xprop ImageMagick w3m-img"
short_desc="Simple system information script"
maintainer="Muhammad Herdiansyah <herdiansyah@opmbx.org>"
homepage="https://github.com/dylanaraps/neofetch"
license="MIT"
distfiles="${homepage}/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=a29f9aa194892940a5ec34a449049fbce92bc50dc4a0f608549980318f4136d8
post_install() {
vlicense LICENSE.md
}