Merge pull request #3824 from konimex/master

New package: neofetch-1.5
This commit is contained in:
Enno Boland 2016-03-27 13:36:09 +02:00
commit 2f54478364
1 changed files with 17 additions and 0 deletions

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
}