void-packages/srcpkgs/neofetch/template
2017-04-27 18:13:00 +07:00

17 lines
479 B
Bash

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