void-packages/srcpkgs/neofetch/template
2017-01-30 18:18:25 +07:00

18 lines
479 B
Bash

# Template file for 'neofetch'
pkgname=neofetch
version=3.0.1
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=31447da6507c13c44eb2006901c00ed4ca08f0423d9439aaddea64edcaca2c38
post_install() {
vlicense LICENSE.md
}