void-packages/srcpkgs/neofetch/template
2016-12-02 17:09:36 +07:00

17 lines
477 B
Bash

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