void-packages/srcpkgs/neofetch/template
2016-10-07 17:33:48 +02:00

17 lines
479 B
Bash

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