void-packages/srcpkgs/neofetch/template
Muhammad Herdiansyah e88a2757e2 neofetch: update to 3.2.0
Closes: #6799 [via git-merge-pr]
2017-06-22 00:37:11 -07:00

18 lines
479 B
Bash

# Template file for 'neofetch'
pkgname=neofetch
version=3.2.0
revision=1
noarch=yes
build_style=gnu-makefile
depends="bash"
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=6aecd51c165a36692b4f6481b3071ab936aafc3fccffabbbfda140567f16431d
post_install() {
vlicense LICENSE.md
}