void-packages/srcpkgs/neofetch/template
maxice8 f86aeb62df neofetch: update to 4.0.2.
Closes #14525.

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

17 lines
477 B
Bash

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