void-packages/srcpkgs/neofetch/template
2020-08-04 18:26:02 +02:00

19 lines
554 B
Bash

# Template file for 'neofetch'
pkgname=neofetch
version=7.1.0
revision=1
archs=noarch
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"
changelog="https://github.com/dylanaraps/neofetch/releases/tag/${version}"
distfiles="${homepage}/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7
post_install() {
vlicense LICENSE.md
}