void-packages/srcpkgs/neofetch/template
2016-12-07 16:20:41 +07:00

17 lines
479 B
Bash

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