void-packages/srcpkgs/neofetch/template

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
}