void-packages/srcpkgs/neofetch/template
Muhammad Herdiansyah 9a393f89df
neofetch: update to 4.0.0
Closes #14488.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-17 14:28:37 +02:00

17 lines
477 B
Bash

# Template file for 'neofetch'
pkgname=neofetch
version=4.0.0
revision=1
noarch=yes
build_style=gnu-makefile
depends="bash"
short_desc="Simple system information script"
maintainer="Muhammad Herdiansyah <herdiansyah@netc.eu>"
license="MIT"
homepage="https://github.com/dylanaraps/neofetch"
distfiles="${homepage}/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=b2dae233007ac7d5717df7b1f8f742aebcb84289d5a048398eab3566a8204278
post_install() {
vlicense LICENSE.md
}