void-packages/srcpkgs/neofetch/template
2016-05-15 07:27:44 +02:00

18 lines
503 B
Bash

# Template file for 'neofetch'
pkgname=neofetch
version=1.7
revision=1
noarch=yes
build_style=gnu-makefile
depends="bash xprop ImageMagick w3m-img"
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=c5e492041b4eaf01a42e8fafb6f224bf9b58bf5b90e7408f84180da4db67ed62
post_install() {
vlicense LICENSE.md
}